comparison config.arg.h @ 567:7e92f58754ae 2.2

nah reverting to my prev style, that's really the best
author arg@mig29
date Sat, 18 Nov 2006 21:33:33 +0100
parents 91b6cbcdfc71
children cdd763e9ac26
comparison
equal deleted inserted replaced
566:91b6cbcdfc71 567:7e92f58754ae
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-*-*-*-14-*-*-*-*-*-*-*" 12 #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"
13 #define NORMBGCOLOR "#555753" 13 #define NORMBGCOLOR "#333333"
14 #define NORMFGCOLOR "#ffffff" 14 #define NORMFGCOLOR "#dddddd"
15 #define SELBGCOLOR "#888a85" 15 #define SELBGCOLOR "#336699"
16 #define SELFGCOLOR "#ffffff" 16 #define SELFGCOLOR "#eeeeee"
17 #define STATUSBGCOLOR "#2e3436" 17 #define STATUSBGCOLOR "#222222"
18 #define STATUSFGCOLOR "#ffffff" 18 #define STATUSFGCOLOR "#99ccff"
19 19
20 #define MASTER 600 /* per thousand */ 20 #define MASTER 600 /* per thousand */
21 #define MODKEY Mod1Mask 21 #define MODKEY Mod1Mask
22 #define SNAP 40 /* pixel */ 22 #define SNAP 40 /* pixel */
23 23