diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-19 23:19:11 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-19 23:19:11 +0100 |
commit | a81ae5de1cd9f8d5eff78ea888a7692f4bb17dd2 (patch) | |
tree | 94f4c543b3923a1000173fe6ec2a5d873908f274 /.config/x11 | |
parent | 10c4b7530a953a8a2fccdeeda7b6d84d72ac3b61 (diff) |
Update white color 15 to #e1e1e1
Diffstat (limited to '.config/x11')
-rwxr-xr-x | .config/x11/xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xresources b/.config/x11/xresources index 0c5614e..5c39c80 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -43,4 +43,4 @@ xterm*disallowedWindowOps: 20,21,SetXProp ! white *.color7: #D0D0D0 -*.color15: #F2F6F3 +*.color15: #E1E1E1 |