diff options
author | xero <x@xero.nu> | 2015-11-15 22:53:14 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2015-11-15 22:53:14 -0500 |
commit | 9273009268fa480120e0f0eb929c580742f2b12b (patch) | |
tree | b2c7da51dd7df406a4bcb847bd8740c677a3f3bc /urxvt | |
parent | 347596eb2cb4009558c95e9cc1ed5e4b98f23cb5 (diff) | |
download | dotfiles_ascii-9273009268fa480120e0f0eb929c580742f2b12b.tar.xz dotfiles_ascii-9273009268fa480120e0f0eb929c580742f2b12b.zip |
update sourcerer yellow color
Diffstat (limited to 'urxvt')
-rw-r--r-- | urxvt/.Xdefaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults index 5646a9c..e8ef56d 100644 --- a/urxvt/.Xdefaults +++ b/urxvt/.Xdefaults @@ -62,8 +62,9 @@ urxvt*transparent: false *.color2: #719611 *.color10: #b1d631 ! yellow -*.color3: #cc8800 -*.color11: #ff9800 +!*.color3: #cc8800 +*.color3: #ff9800 +*.color11: #87875f ! blue *.color4: #6688aa *.color12: #90b0d1 |