changeset: 123:acd655add87c
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Wed Oct 28 12:09:37 2009 +0100
files: config.def.h
description:
using dwms/dmenus colors.
diff -r 492dde7f650b -r acd655add87c config.def.h
--- a/config.def.h Wed Oct 28 11:40:02 2009 +0100
+++ b/config.def.h Wed Oct 28 12:09:37 2009 +0100
@@ -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[] = { \
Received on Wed Oct 28 2009 - 11:09:45 UTC
This archive was generated by hypermail 2.2.0 : Wed Oct 28 2009 - 11:12:06 UTC