diff options
Diffstat (limited to 'base/Xresources')
-rw-r--r-- | base/Xresources | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/base/Xresources b/base/Xresources new file mode 100644 index 0000000..95aceef --- /dev/null +++ b/base/Xresources @@ -0,0 +1,28 @@ +utohint: 0 +Xft.antialias: 1 +Xft.hinting: true +Xft.hintstyle: hintslight +Xft.dpi: 96 +Xft.rgba: rgb +Xft.lcdfilter: lcddefault + +*color4: royalblue +*color12: #5895cf + +Rxvt.background: #1a1a1a +Rxvt.foreground: white +Rxvt.scrollBar: false +Rxvt.font: xft:Inconsolata:size=11:autohint=true +!Rxvt.letterSpace: 0 +Rxvt.fade: 25 + +URxvt*urgentOnBell: true +URxvt*transparent: true +URxvt*shading: 15 + +XTerm*background: rgb:1a/1a/1a +XTerm*foreground: white +XTerm*scrollBar: false +XTerm*faceName: xft:Inconsolata:size=12:autohint=true +XTerm*bellIsUrgent: true +XTerm*eightBitInput: false |