aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/john/.Xdefaults35
1 files changed, 35 insertions, 0 deletions
diff --git a/home/john/.Xdefaults b/home/john/.Xdefaults
new file mode 100644
index 0000000..bdc19cd
--- /dev/null
+++ b/home/john/.Xdefaults
@@ -0,0 +1,35 @@
+xterm*scrollBar: true
+xterm*metaSendsEscape: true
+xterm*on2Clicks: regex [^"'`:;<> ]+(:[0-9]+)?
+
+/* black */
+/*xterm*color0:*/
+/*xterm*color8:*/
+
+/* red */
+/*xterm*color1:*/
+/*xterm*color9:*/
+
+/* green */
+/*xterm*color2:*/
+xterm*color10: green2
+
+/* yellow */
+/*xterm*color3:*/
+xterm*color11: yellow3
+
+/* blue */
+/*xterm*color4:*/
+/*xterm*color12:*/
+
+/* magenta */
+/*xterm*color5:*/
+/*xterm*color13:*/
+
+/* cyan */
+xterm*color6: cyan2
+xterm*color14: cyan3
+
+/* gray */
+xterm*color7: gray30
+/*xterm*color15:*/