summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-28 12:09:37 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-28 12:09:37 +0100
commit12a1449305e5be8b1d417e31da88c74566b855c4 (patch)
tree4a58b691afca1781f6b384222c065255356f79a4
parentf2aba1fe0e666f3ad777356cecc1dea04236d15c (diff)
using dwms/dmenus colors.
-rw-r--r--config.def.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/config.def.h b/config.def.h
index b5dc3af..b2d785e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,11 +1,11 @@
-static const char font[] = "-*-proggytiny-*-*-*-*-*-*-*-*-*-*-*-*";
-static const char normbgcolor[] = "#202020";
-static const char normfgcolor[] = "#c0c0c0";
-static const char selbgcolor[] = "#884400";
-static const char selfgcolor[] = "#f0f0f0";
-static const int tabwidth = 200;
-static const char before[] = "<";
-static const char after[] = ">";
+static const char *font = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
+static const char *normbgcolor = "#cccccc";
+static const char *normfgcolor = "#000000";
+static const char *selbgcolor = "#0066ff";
+static const char *selfgcolor = "#ffffff";
+static const char *before = "<";
+static const char *after = ">";
+static const int tabwidth = 200;
#define MODKEY ControlMask
static Key keys[] = { \