aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <[email protected]>2007-09-15 20:39:31 +0200
committerAnselm R. Garbe <[email protected]>2007-09-15 20:39:31 +0200
commit2091200c957783deed032380d56c4199a23c6b81 (patch)
treedc878b437a2ebbe9cfbe79eced7dc50ae8f4fc55 /config.h
parentmoved bar-related stuff to bar.c (merged draw.c into that) (diff)
downloadseiwm-2091200c957783deed032380d56c4199a23c6b81.tar.xz
seiwm-2091200c957783deed032380d56c4199a23c6b81.zip
new colorscheme (16-bit compliant)
Diffstat (limited to 'config.h')
-rw-r--r--config.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/config.h b/config.h
index cf24e67..f946407 100644
--- a/config.h
+++ b/config.h
@@ -4,19 +4,11 @@
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
-#define DARK /* LIGHT */
-#ifdef DARK
-#define NORMBORDERCOLOR "#222"
+#define NORMBORDERCOLOR "#333"
#define NORMBGCOLOR "#000"
-#define NORMFGCOLOR "#ddd"
-#define SELBORDERCOLOR "#09f"
-#else
-#define NORMBORDERCOLOR "#666"
-#define NORMBGCOLOR "#eee"
-#define NORMFGCOLOR "#222"
+#define NORMFGCOLOR "#ccc"
#define SELBORDERCOLOR "#f00"
-#endif
-#define SELBGCOLOR "#369"
+#define SELBGCOLOR "#00f"
#define SELFGCOLOR "#fff"
/* tagging */