From df16814fba5c5f8af628763bdca032acc1f9a927 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Nov 2018 23:35:39 +1300 Subject: Rename xterm resources file to "XTerm" --- X/Xresources | 2 +- X/Xresources.d/XTerm | 26 ++++++++++++++++++++++++++ X/Xresources.d/xterm | 26 -------------------------- 3 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 X/Xresources.d/XTerm delete mode 100644 X/Xresources.d/xterm diff --git a/X/Xresources b/X/Xresources index 0ee9a0ff..3f586a87 100644 --- a/X/Xresources +++ b/X/Xresources @@ -1,2 +1,2 @@ #include ".Xresources.d/URxvt" -#include ".Xresources.d/xterm" +#include ".Xresources.d/XTerm" diff --git a/X/Xresources.d/XTerm b/X/Xresources.d/XTerm new file mode 100644 index 00000000..2890f77f --- /dev/null +++ b/X/Xresources.d/XTerm @@ -0,0 +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 diff --git a/X/Xresources.d/xterm b/X/Xresources.d/xterm deleted file mode 100644 index 51f8f4b4..00000000 --- a/X/Xresources.d/xterm +++ /dev/null @@ -1,26 +0,0 @@ -! 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 -- cgit v1.2.3