diff options
author | xero <x@xero.nu> | 2014-11-16 16:47:40 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2014-11-16 16:47:40 -0500 |
commit | f8943e854536bfedc95c8e0421d341a5db69140f (patch) | |
tree | 05ce2efdc73e1046273ca76a1d09b6c942251db9 /urxvt | |
parent | e984fb1dc5db0f3229f3732ec6021a801999dcac (diff) | |
download | dotfiles_ascii-f8943e854536bfedc95c8e0421d341a5db69140f.tar.xz dotfiles_ascii-f8943e854536bfedc95c8e0421d341a5db69140f.zip |
update terminal setup
Diffstat (limited to 'urxvt')
-rw-r--r-- | urxvt/.Xdefaults | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults index db601b6..1afc7f9 100644 --- a/urxvt/.Xdefaults +++ b/urxvt/.Xdefaults @@ -20,15 +20,13 @@ urxvt*boldFont: xft:gohufont:size=11:antialias=true ! █▓▒░ interface urxvt*scrollBar: false -urxvt*transparent: true -urxvt*shading: 15 +urxvt*transparent: false +!urxvt*shading: 38 ! █▓▒░ mikado colors urxvt*foreground: #f3f3f3 -urxvt*background: #121212 +urxvt*background: #222222 urxvt*cursorColor: #f3f3f3 -urxvt*color0: #322a2c -urxvt*color8: #46423b urxvt*color1: #a04363 urxvt*color9: #ae837a urxvt*color2: #9b9329 @@ -43,7 +41,7 @@ urxvt*color6: #757978 urxvt*color14: #9fa590 urxvt*color7: #bcbcaf urxvt*color15: #c1c4bc -urxvt*color0: #111111 +urxvt*color0: #222222 urxvt*color8: #666666 ! █▓▒░ clipboard |