From 7ed3c29b08afafdb65096b904093b4f0ceead316 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Nov 2018 23:46:22 +1300 Subject: Correctly specify XTerm resources I never would have guessed that "vt100" was what I was missing here... but a closer reading of the xterm(1) manual page does show it. --- X/Xresources.d/XTerm | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'X') diff --git a/X/Xresources.d/XTerm b/X/Xresources.d/XTerm index 2890f77f..c8ec0ca4 100644 --- a/X/Xresources.d/XTerm +++ b/X/Xresources.d/XTerm @@ -1,26 +1,26 @@ ! XTerm -XTerm.bellIsUrgent: true -XTerm.internalBorder: 0 -XTerm.colorMode: false -XTerm.eightBitInput: false -XTerm.locale: true -XTerm.metaSendsEscape: true XTerm.termName: xterm-256color -XTerm.background: #030303 -XTerm.foreground: #E0E0E0 -XTerm.color0: #030303 -XTerm.color1: #CC0000 -XTerm.color2: #3EAA06 -XTerm.color3: #C4A000 -XTerm.color4: #3465A4 -XTerm.color5: #75507B -XTerm.color6: #06989A -XTerm.color7: #D3D7CF -XTerm.color8: #303030 -XTerm.color9: #EF2929 -XTerm.color10: #7AF234 -XTerm.color11: #FCE94F -XTerm.color12: #729FCF -XTerm.color13: #AD7FA8 -XTerm.color14: #34E2E2 -XTerm.color15: #EEEEEC +XTerm.vt100.bellIsUrgent: true +XTerm.vt100.internalBorder: 0 +XTerm.vt100.colorMode: true +XTerm.vt100.eightBitInput: false +XTerm.vt100.locale: true +XTerm.vt100.metaSendsEscape: true +XTerm.vt100.background: #030303 +XTerm.vt100.foreground: #E0E0E0 +XTerm.vt100.color0: #030303 +XTerm.vt100.color1: #CC0000 +XTerm.vt100.color2: #3EAA06 +XTerm.vt100.color3: #C4A000 +XTerm.vt100.color4: #3465A4 +XTerm.vt100.color5: #75507B +XTerm.vt100.color6: #06989A +XTerm.vt100.color7: #D3D7CF +XTerm.vt100.color8: #303030 +XTerm.vt100.color9: #EF2929 +XTerm.vt100.color10: #7AF234 +XTerm.vt100.color11: #FCE94F +XTerm.vt100.color12: #729FCF +XTerm.vt100.color13: #AD7FA8 +XTerm.vt100.color14: #34E2E2 +XTerm.vt101.color15: #EEEEEC -- cgit v1.2.3