diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-20 20:51:31 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-20 20:51:31 +0200 |
commit | f2a0000b84e8b3570de8ca2d6ad334c1e03da78a (patch) | |
tree | c89af22f3aa55385086f8cc01f43d2417d7c4885 /Xresources | |
parent | 9fbda53cb743546e70b46a5f2796b51f605133b4 (diff) |
Add cleaner dark bg
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,13 +9,13 @@ xterm*disallowedWindowOps: 20,21,SetXProp ! special -*.background: #151716 +*.background: #151515 *.foreground: white *.cursorColor: white ! black -*.color0: #303432 -*.color8: #303432 +*.color0: #252525 +*.color8: #252525 ! red *.color1: #AC4142 |