diff options
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 52 |
1 files changed, 3 insertions, 49 deletions
@@ -1,50 +1,4 @@ -xterm*faceName:OfficeCodePro-Regular:size=12 -URxvt.font: xft:monaco:size=12 -URxvt.perl-ext-common: default,matcher -URxvt.url-launcher: /usr/bin/xdg-open -URxvt.matcher.button: 1 -URxvt.matcher.rend.0: Uline Bold fg5 - -!! 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 -xterm*background: #161916 +/* xterm*font: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO10646-1 */ +xterm*font: fixed +xterm*background: black xterm*foreground: white -urxvt*background: black -urxvt*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 */ |