diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-17 20:53:57 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-17 20:53:57 +0200 |
commit | 9fbda53cb743546e70b46a5f2796b51f605133b4 (patch) | |
tree | 720cf4711548630883129c91d20a831fd1ed56c9 /Xresources | |
parent | 5c07c60fb17a65667f17a3577b6b164b8fdc84cc (diff) |
Update bg color to coal
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: #0D0D0D +*.background: #151716 *.foreground: white *.cursorColor: white ! black -*.color0: #353535 -*.color8: #353535 +*.color0: #303432 +*.color8: #303432 ! red *.color1: #AC4142 |