comparison config.arg.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 2d96ab546084
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 "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" 12 #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
13 #define NORMBORDERCOLOR "#333"
13 #define NORMBGCOLOR "#222" 14 #define NORMBGCOLOR "#222"
14 #define NORMFGCOLOR "#ccc" 15 #define NORMFGCOLOR "#ccc"
16 #define SELBORDERCOLOR "#9cf"
15 #define SELBGCOLOR "#444" 17 #define SELBGCOLOR "#444"
16 #define SELFGCOLOR "#fff" 18 #define SELFGCOLOR "#fff"
17 #define STATUSBGCOLOR "#333"
18 #define STATUSFGCOLOR "#9cf"
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 40 /* pixel */ 23 #define SNAP 40 /* pixel */