diff options
Diffstat (limited to 'home/.config/X/resources')
-rw-r--r-- | home/.config/X/resources | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources index c481e93d..4d15dec9 100644 --- a/home/.config/X/resources +++ b/home/.config/X/resources @@ -1,5 +1,13 @@ Xft.dpi: 144 + +XTerm*utf8: true +XTerm*metaSendsEscape: true +XTerm*alternateScroll: true + XTerm*faceName: Luxi Mono:size=11:antialias=true:hinting=false +XTerm*colorBDMode: true +XTerm*scrollBar: false +XTerm*pointerMode: 2 XTerm*color0: rgb:16/15/10 XTerm*color1: rgb:A3/28/10 @@ -20,5 +28,4 @@ XTerm*color15: rgb:CC/BC/8E XTerm*background: rgb:14/13/0E XTerm*foreground: rgb:B7/A9/80 XTerm*colorBD: rgb:CC/BC/8E -XTerm*highlightColor: rgb:A3/41/10 XTerm*cursorColor: rgb:7A/71/55 |