diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-20 20:50:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-20 20:50:39 +0200 |
commit | b5295382f4156541f396f6d6410d521baf43f435 (patch) | |
tree | ecdbb54d37497b806abf36a1988e098edbcde17f | |
parent | c41627ea1d440f68d79d0d9ecd87574814ce1fae (diff) |
Update xresources with the cleaner dark
-rwxr-xr-x | .config/x11/xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index 288b480..1e834c4 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -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 |