diff options
Diffstat (limited to 'x/.Xresources')
| -rwxr-xr-x | x/.Xresources | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x/.Xresources b/x/.Xresources new file mode 100755 index 0000000..b2bc1e3 --- /dev/null +++ b/x/.Xresources @@ -0,0 +1,30 @@ +#if __has_include(".extend.Xresources") +#include ".extend.Xresources" +#endif +#include ".Xresources.dark" + +! ^ The above lines are no comments! +! Leave them as they are if a file ~/.extend.Xresources is being used on your system. +! config can be added there or also here below. +! For comments use "!" + +Xft.dpi: 96 +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.autohint: false +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault + +URxvt.internalBrder: 0 +URxvt.externalBorder: 0 +URxvt.intensityStyles: false +URxvt.font: xft:monospace:size16 +URxvt.scrollBar: false +URxvt*fading: 30 + +XTerm*background: #2b2b2b +XTerm*foreground: #e7e7e7 +XTerm*pointerColor: #16A085 +XTerm*faceName: Fixed +XTerm*faceSize: 11 |
