diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-17 18:04:10 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-17 18:04:10 +0200 |
commit | 1de9cbcdb2ae746ff68b0667c8f7dfc95a11c186 (patch) | |
tree | 012267ba389b5480c7ae1ad85a43ce28ca8aa3a0 /.config/x11 | |
parent | bf3c65f4332a90605c1a50c425e0d15d6283d9ec (diff) |
Add coal bg to xresources
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 |