diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-08 23:14:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-08 23:14:28 +0100 |
commit | e953e2ee53503dcf070a7763743e4a76abb4518d (patch) | |
tree | 5333d49eb602aac9a4e11f3e1be9113b30daaf51 /.config/x11 | |
parent | c9e2adbbc8fd7a5398c8c66d21f0e02dc7b60203 (diff) |
Update colorscheme
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 1e834c4..0c5614e 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -14,8 +14,8 @@ xterm*disallowedWindowOps: 20,21,SetXProp *.cursorColor: white ! black -*.color0: #252525 -*.color8: #252525 +*.color0: #202020 +*.color8: #202020 ! red *.color1: #AC4142 @@ -43,4 +43,4 @@ xterm*disallowedWindowOps: 20,21,SetXProp ! white *.color7: #D0D0D0 -*.color15: #F5F5F5 +*.color15: #F2F6F3 |