diff options
author | xero <x@xero.nu> | 2015-06-14 21:41:12 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-06-14 21:41:12 -0400 |
commit | db296c51be5768572249a56b510984a0371708bd (patch) | |
tree | e92ada9abd3117299aa477068e85dea654eb32a4 /urxvt | |
parent | 902935f12066152b0780ffe4b59491fbb30df0c1 (diff) | |
download | dotfiles_ascii-db296c51be5768572249a56b510984a0371708bd.tar.xz dotfiles_ascii-db296c51be5768572249a56b510984a0371708bd.zip |
update urxvt colors for bold, italic, and underlined keywords
Diffstat (limited to 'urxvt')
-rw-r--r-- | urxvt/.Xdefaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults index f9ad43b..5646a9c 100644 --- a/urxvt/.Xdefaults +++ b/urxvt/.Xdefaults @@ -77,6 +77,10 @@ urxvt*transparent: false *.color7: #d3d3d3 *.color15: #c1cdc1 +URxvt.colorIT: #719611 +URxvt.colorBD: #d3d3d3 +URxvt.colorUL: #528b8b + ! █▓▒░ clipboard urxvt.perl-ext-common: default,clipboard,keyboard-select urxvt.keysym.M-Escape: perl:keyboard-select:activate |