diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 22:58:54 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 22:58:54 +0200 |
commit | 2a4066f0672643f9a13cb3b74c0e8950516de596 (patch) | |
tree | 47bc9f037943cf4e200cf8d890932b9e9f5a2f63 | |
parent | 7f3263bb5979effc9afd9c783fa817d3d9f09754 (diff) |
Update green color
-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 62f7be3..edf283d 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -22,8 +22,8 @@ xterm*disallowedWindowOps: 20,21,SetXProp *.color9: #AC4142 ! green -*.color2: #75B5AA -*.color10: #75B5AA +*.color2: #4f5c32 +*.color10: #88afa2 ! yellow *.color3: #F4BF75 |