diff options
Diffstat (limited to 'base/Xresources')
-rw-r--r-- | base/Xresources | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/base/Xresources b/base/Xresources new file mode 100644 index 0000000..2a80b98 --- /dev/null +++ b/base/Xresources @@ -0,0 +1,33 @@ +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: grey +Rxvt.scrollBar: false +Rxvt.font: xft:Inconsolata:size=10:autohint=true +Rxvt.fade: 5 +Rxvt.termName: xterm + +URxvt*urgentOnBell: true +URxvt*transparent: true +URxvt*shading: 20 +URxvt.iso14755: false +URxvt.iso14755_52: false + +XTerm*background: rgb:1a/1a/1a +XTerm*foreground: grey +XTerm*scrollBar: false +XTerm*faceName: xft:Inconsolata:size=7:autohint=true +XTerm*bellIsUrgent: true +XTerm*eightBitInput: false +XTerm*metaSendsEscape: true +xterm*termName: xterm-256color +XTerm*locale: true |