aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-09-25 20:43:29 +0200
committerAnselm R. Garbe2007-09-25 20:43:29 +0200
commit6e1fb2b15d992947330090bb52a66bf267384f6e (patch)
tree3bb44510835fed76e0d0d7c7486131851881613c /config.def.h
parent4120bc5a43595beb16800668e95fad974f600311 (diff)
downloadaur-6e1fb2b15d992947330090bb52a66bf267384f6e.tar.gz
applied colors depend from lavishs proposal
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index 204d5bfc2ed9..838b70350f76 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,12 +4,12 @@
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
-#define NORMBORDERCOLOR "#cccccc"
-#define NORMBGCOLOR "#ffffff"
-#define NORMFGCOLOR "#000000"
-#define SELBORDERCOLOR "#ff0000"
-#define SELBGCOLOR "#0000ff"
-#define SELFGCOLOR "#ffffff"
+#define NORMBORDERCOLOR "#cccccc"
+#define NORMBGCOLOR "#eeeeee"
+#define NORMFGCOLOR "#444444"
+#define SELBORDERCOLOR "#0066ff"
+#define SELBGCOLOR "#0066ff"
+#define SELFGCOLOR "#ffffff"
/* tagging */
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };