diff options
author | Kipras Melnikovas <kipras@kipras.org> | 2019-06-29 15:21:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-29 15:21:00 +0300 |
commit | 7150fd6b35859e037f60337aa20651bd8a3b2f98 (patch) | |
tree | 40bbf37f82f5cd1319983026d5a0413113fca9a0 /.Xdefaults | |
parent | cad53235df521075500537dec2b972a9a9696a59 (diff) |
Add background, foreground, cursor color example
You might want to update every theme with different colors - I just didn't knew which ones to put there
(or maybe just mimic `color0` as `background` & `color15` as `foreground` and `cursorColor` (see the diff @ #108))
Fixes #108 and #97
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |