summaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:28:17 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:28:17 -0400
commitf46b8f3cb6a2a31896523843b45f4c9a0aa23f7f (patch)
tree1ab049dd4244d56debcd6e87bf8c1cedc66c6bf5 /.config/X11
parent491e0c0467604a91f46452826f6b1645dd59c199 (diff)
sett the urxvt colors to be tango
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/defaults9
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/X11/defaults b/.config/X11/defaults
index 43f8583..252170c 100644
--- a/.config/X11/defaults
+++ b/.config/X11/defaults
@@ -1,6 +1,11 @@
# -*- Mode: Conf-xdefaults -*-
-URxvt.background: #000000
-URxvt.foreground: #CCCCCC
+
+# "native" colors
+#URxvt.background: #000000
+#URxvt.foreground: #CCCCCC
+# Tango-dark
+URxvt.background: #2E3436
+URxvt.foreground: #EEEEEC
URxvt.scrollstyle: plain
URxvt.scrollBar_floating: true