diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-10-10 17:09:16 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-10-10 17:09:16 -0700 |
commit | 61eae6bd30933f1273739079174133e9046b1bf1 (patch) | |
tree | f120432316668f40de7b5f5cf3ab7dfc3865655b /base/Xresources | |
parent | 3b1a85ab69f647f20a83ae60ec2c5311de2be3c6 (diff) |
Adding pathogen, syntatic, and other changes.
Diffstat (limited to 'base/Xresources')
-rw-r--r-- | base/Xresources | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/base/Xresources b/base/Xresources index 95aceef..cb61578 100644 --- a/base/Xresources +++ b/base/Xresources @@ -10,19 +10,20 @@ Xft.lcdfilter: lcddefault *color12: #5895cf Rxvt.background: #1a1a1a -Rxvt.foreground: white +Rxvt.foreground: grey Rxvt.scrollBar: false -Rxvt.font: xft:Inconsolata:size=11:autohint=true -!Rxvt.letterSpace: 0 -Rxvt.fade: 25 +Rxvt.font: xft:Inconsolata:size=12:autohint=true +Rxvt.fade: 5 +Rxvt.termName: xterm URxvt*urgentOnBell: true URxvt*transparent: true -URxvt*shading: 15 +URxvt*shading: 20 XTerm*background: rgb:1a/1a/1a -XTerm*foreground: white +XTerm*foreground: grey XTerm*scrollBar: false XTerm*faceName: xft:Inconsolata:size=12:autohint=true XTerm*bellIsUrgent: true XTerm*eightBitInput: false + |