diff options
author | kurb42 <kurb42@riseup.net> | 2021-11-06 15:47:35 -0300 |
---|---|---|
committer | kurb42 <kurb42@riseup.net> | 2021-11-06 15:47:35 -0300 |
commit | 32e556d083712bad1e11c97530abbe7b6c2525de (patch) | |
tree | 67b9408c6a3aab7dd05b0ffa46b6f29e8d8defc0 | |
parent | 03beceb4f1208bc59af4c1433ae01acfc3d1fe1b (diff) | |
download | dots-32e556d083712bad1e11c97530abbe7b6c2525de.tar.gz |
update rxvt-unicode colorscheme
-rw-r--r-- | home/kurb42/.Xdefaults | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/home/kurb42/.Xdefaults b/home/kurb42/.Xdefaults index bc0d927..4f4a3aa 100644 --- a/home/kurb42/.Xdefaults +++ b/home/kurb42/.Xdefaults @@ -1,26 +1,7 @@ ! -- Colors -- ! -URxvt.foreground: #d8dee9 -URxvt.background: #2e3440 -URxvt.cursorColor: #d8dee9 +URxvt.foreground: #ffffff +URxvt.background: #000000 URxvt.fading: 35 -URxvt.fadeColor: #4c566a - -URxvt.color0: #3b4252 -URxvt.color1: #bf616a -URxvt.color2: #a3be8c -URxvt.color3: #ebcb8b -URxvt.color4: #81a1c1 -URxvt.color5: #b48ead -URxvt.color6: #88c0d0 -URxvt.color7: #e5e9f0 -URxvt.color8: #4c566a -URxvt.color9: #bf616a -URxvt.color10: #a3be8c -URxvt.color11: #ebcb8b -URxvt.color12: #81a1c1 -URxvt.color13: #b48ead -URxvt.color14: #8fbcbb -URxvt.color15: #eceff4 ! -- General -- ! URxvt.scrollBar: false |