diff options
Diffstat (limited to '.config/x11')
-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 5547a4d..288b480 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -9,13 +9,13 @@ xterm*disallowedWindowOps: 20,21,SetXProp ! special -*.background: #111111 +*.background: #151716 *.foreground: white *.cursorColor: white ! black -*.color0: #353535 -*.color8: #353535 +*.color0: #303432 +*.color8: #303432 ! red *.color1: #AC4142 |