diff options
-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 |