aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-22 23:36:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-22 23:36:53 +1300
commit5fff9c2be70491bb8d47b692334ceff8667a3b73 (patch)
treecff67328c658c75a96f98308d476abbfe6d869ca
parentMerge branch 'release/v1.76.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-5fff9c2be70491bb8d47b692334ceff8667a3b73.tar.gz
dotfiles-5fff9c2be70491bb8d47b692334ceff8667a3b73.zip
Merge branch 'hotfix/v1.76.1' into develop
* hotfix/v1.76.1: Rename xterm resources file to "XTerm" Remove reference to X/Xresources.d/Xft.
-rw-r--r--VERSION4
-rw-r--r--X/Xresources3
-rw-r--r--X/Xresources.d/XTerm26
-rw-r--r--X/Xresources.d/xterm26
4 files changed, 29 insertions, 30 deletions
diff --git a/VERSION b/VERSION
index eea0be86..3ed6e073 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.76.0
-Thu Nov 22 10:28:16 UTC 2018
+tejr dotfiles v1.76.1
+Thu Nov 22 10:36:00 UTC 2018
diff --git a/X/Xresources b/X/Xresources
index d7d7556f..3f586a87 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -1,3 +1,2 @@
#include ".Xresources.d/URxvt"
-#include ".Xresources.d/Xft"
-#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