summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-11-20 16:15:34 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-11-20 16:15:34 +0100
commitb917de2bc699e8452768f08aa53f6619e6d03280 (patch)
treee2d64af9d036ebd89121c47987d3a2ae653f85d1 /config.def.h
parenta93dac27981fce0e2fdd4a1924beb3b5d5e7b7a5 (diff)
new default colour scheme
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/config.def.h b/config.def.h
index a360500..3f91513 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,12 +1,15 @@
-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;
-static const Bool foreground = False;
+/* See LICENSE file for copyright and license details. */
+
+/* appearance */
+static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
+static const char normbgcolor[] = "#222222";
+static const char normfgcolor[] = "#bbbbbb";
+static const char selbgcolor[] = "#005577";
+static const char selfgcolor[] = "#eeeeee";
+static const char before[] = "<";
+static const char after[] = ">";
+static const int tabwidth = 200;
+static const Bool foreground = False;
#define MODKEY ControlMask
static Key keys[] = { \