comparison config.default.h @ 689:cbec08a54a15

implemented new color scheme accordingly to Sanders proposal
author Anselm R. Garbe <arg@suckless.org>
date Sun, 14 Jan 2007 22:37:34 +0100
parents 39fa5308d73f
children dd2e2c947b1c
comparison
equal deleted inserted replaced
688:39fa5308d73f 689:cbec08a54a15
8 #define DEFMODE dotile /* dofloat */ 8 #define DEFMODE dotile /* dofloat */
9 #define FLOATSYMBOL "><>" 9 #define FLOATSYMBOL "><>"
10 #define TILESYMBOL "[]=" 10 #define TILESYMBOL "[]="
11 11
12 #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" 12 #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
13 #define NORMBORDERCOLOR "#dddddd"
13 #define NORMBGCOLOR "#333366" 14 #define NORMBGCOLOR "#333366"
14 #define NORMFGCOLOR "#cccccc" 15 #define NORMFGCOLOR "#cccccc"
16 #define SELBORDERCOLOR "#222222"
15 #define SELBGCOLOR "#666699" 17 #define SELBGCOLOR "#666699"
16 #define SELFGCOLOR "#eeeeee" 18 #define SELFGCOLOR "#eeeeee"
17 #define STATUSBGCOLOR "#dddddd"
18 #define STATUSFGCOLOR "#222222"
19 19
20 #define MASTER 600 /* per thousand */ 20 #define MASTER 600 /* per thousand */
21 #define MODKEY Mod1Mask 21 #define MODKEY Mod1Mask
22 #define NMASTER 1 /* clients in master area */ 22 #define NMASTER 1 /* clients in master area */
23 #define SNAP 20 /* pixel */ 23 #define SNAP 20 /* pixel */