[hackers] [tabbed] new default colour scheme || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Sun, 20 Nov 2011 16:16:27 +0100 (CET)

changeset: 148:3945c4bf4f79
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Sun Nov 20 16:15:34 2011 +0100
files: config.def.h
description:
new default colour scheme


diff -r f9e98b8960a6 -r 3945c4bf4f79 config.def.h
--- a/config.def.h Mon Sep 26 22:39:59 2011 +0100
+++ b/config.def.h Sun Nov 20 16:15:34 2011 +0100
_AT_@ -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[] = { \
Received on Sun Nov 20 2011 - 16:16:27 CET

This archive was generated by hypermail 2.3.0 : Sun Nov 20 2011 - 16:24:06 CET