diff options
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 60 |
1 files changed, 42 insertions, 18 deletions
@@ -1,19 +1,43 @@ +xterm*faceName: JetBrainsMono:size=12 + +!! from https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering +Xft.dpi: 96 +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.autohint: false +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault + +xterm*VT100*colorMode: on +xterm*VT100*boldColors: on +xterm*VT100*dynamicColors: on + +XTerm*selectToClipboard: true + +XTerm*ptyInitialErase:true + +XTerm*backarrowKey: false +XTerm.vt100.backarrowKey: false +XTerm.ttyModes: erase ^? +XTerm.vt100.locale:true + !Theme Three -*background: rgb:00/00/00 -*foreground: rgb:cf/cf/cf -*color0: rgb:00/00/00 -*color1: rgb:e0/10/10 -*color2: rgb:20/ad/20 -*color3: rgb:d4/c2/4f -*color4: rgb:23/1b/b8 -*color5: rgb:9c/38/85 -*color6: rgb:1d/bd/b8 -*color7: rgb:fe/fe/fe -*color8: rgb:6a/6a/6a -*color9: rgb:e8/3a/3d -*color10: rgb:35/e9/56 -*color11: rgb:ff/ff/2f -*color12: rgb:3a/53/f0 -*color13: rgb:e6/28/ba -*color14: rgb:1c/f5/f5 -*color15: rgb:ff/ff/ff +xterm*background: black +xterm*foreground: white +/* *color0: rgb:00/00/00 */ +/* *color1: rgb:e0/10/10 */ +/* *color2: rgb:20/ad/20 */ +/* *color3: rgb:d4/c2/4f */ +/* *color4: rgb:23/1b/b8 */ +/* *color5: rgb:9c/38/85 */ +/* *color6: rgb:1d/bd/b8 */ +/* *color7: rgb:fe/fe/fe */ +/* *color8: rgb:6a/6a/6a */ +/* *color9: rgb:e8/3a/3d */ +/* *color10: rgb:35/e9/56 */ +/* *color11: rgb:ff/ff/2f */ +/* *color12: rgb:3a/53/f0 */ +/* *color13: rgb:e6/28/ba */ +/* *color14: rgb:1c/f5/f5 */ +/* *color15: rgb:ff/ff/ff */ |