summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-07-01 08:43:47 -0400
committerGitHub <noreply@github.com>2019-07-01 08:43:47 -0400
commit4a9b405ab00c478683de4dc3316a2fd7772393a5 (patch)
tree40bbf37f82f5cd1319983026d5a0413113fca9a0
parentcad53235df521075500537dec2b972a9a9696a59 (diff)
parent7150fd6b35859e037f60337aa20651bd8a3b2f98 (diff)
Merge pull request #109 from sarpik/patch-1
Add background, foreground, cursor color example
-rw-r--r--.Xdefaults5
1 files changed, 5 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults
index b4322ee..05b5e2e 100644
--- a/.Xdefaults
+++ b/.Xdefaults
@@ -7,6 +7,11 @@ st.font: Monospace-11;
! st.termname: st-256color
! st.borderpx: 2
+!! Set the background, foreground and cursor colors as below:
+*.background: #282828
+*.foreground: white
+*.cursorColor: white
+
/* !! gruvbox: */
/* *.color0: #1d2021 */
/* *.color1: #cc241d */