diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-01 22:27:49 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-01 22:27:49 +0200 |
commit | 1207ee0e42f5a4932ce47d59e778d828bb978748 (patch) | |
tree | 9f82a75c5ecd812dd14a642fe9888873830deeff /.config/x11/xresources | |
parent | e7096ee494f7797fc03b849ad46b9f48ed2bb983 (diff) |
Add lighter dark bg
Diffstat (limited to '.config/x11/xresources')
-rwxr-xr-x | .config/x11/xresources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index efb623a..bbb7f21 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -9,12 +9,12 @@ xterm*disallowedWindowOps: 20,21,SetXProp ! special -*.background: #0A0A0A +*.background: #0D0D0D *.foreground: white *.cursorColor: white ! black -*.color0: #0A0A0A +*.color0: #353535 *.color8: #353535 ! red |