comparison config.arg.h @ 566:91b6cbcdfc71

applying aluminium style for arg's config.h
author arg@mig29
date Sat, 18 Nov 2006 21:26:53 +0100
parents a22a70174d44
children 7e92f58754ae
comparison
equal deleted inserted replaced
565:fe766305eed1 566:91b6cbcdfc71
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 "#333333" 13 #define NORMBGCOLOR "#555753"
14 #define NORMFGCOLOR "#dddddd" 14 #define NORMFGCOLOR "#ffffff"
15 #define SELBGCOLOR "#336699" 15 #define SELBGCOLOR "#888a85"
16 #define SELFGCOLOR "#eeeeee" 16 #define SELFGCOLOR "#ffffff"
17 #define STATUSBGCOLOR "#222222" 17 #define STATUSBGCOLOR "#2e3436"
18 #define STATUSFGCOLOR "#99ccff" 18 #define STATUSFGCOLOR "#ffffff"
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