summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/theme-tango-dark
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 13:52:24 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 13:52:24 -0400
commit8c59f8591a23a4a6e3965c3376dcd4d9b110ed5b (patch)
tree09d49d4665cdbbee71ff79dd24da088b666180d6 /.config/wmii-hg/theme-tango-dark
parentb9f46fb46c990fdef955b72dbdd4363da17ffc59 (diff)
wmii-hg/lxpanel: Use a tango-dark based color theme
Diffstat (limited to '.config/wmii-hg/theme-tango-dark')
-rw-r--r--.config/wmii-hg/theme-tango-dark11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/wmii-hg/theme-tango-dark b/.config/wmii-hg/theme-tango-dark
new file mode 100644
index 0000000..04a9fa6
--- /dev/null
+++ b/.config/wmii-hg/theme-tango-dark
@@ -0,0 +1,11 @@
+#!/bin/bash
+# Tango-tark
+
+. theme-tango
+
+WMII_BACKGROUND="${TANGO_alum[5]}"
+
+# ="<text> <background> <border>"
+WMII_NORMCOLORS="${TANGO_alum[0]} ${TANGO_alum[4]} ${TANGO_alum[3]}"
+WMII_FOCUSCOLORS="${TANGO_alum[5]} ${TANGO_alum[1]} ${TANGO_alum[0]}"
+WMII_URGENTCOLORS="${TANGO_orange[0]} ${TANGO_alum[4]} ${TANGO_orange[4]}"