comparison config.arg.h @ 234:10a8c83e18d8

swapping my default colors (bg with fg)
author Anselm R.Garbe <arg@10ksloc.org>
date Thu, 10 Aug 2006 10:22:15 +0200
parents 7737a159a81b
children 60e73ebaab27
comparison
equal deleted inserted replaced
233:7737a159a81b 234:10a8c83e18d8
7 const char *tags[] = { "work", "net", "fnord", NULL }; 7 const char *tags[] = { "work", "net", "fnord", NULL };
8 8
9 #define DEFMODE dotile /* dofloat */ 9 #define DEFMODE dotile /* dofloat */
10 #define DEFTAG 0 /* index */ 10 #define DEFTAG 0 /* index */
11 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" 11 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
12 #define BGCOLOR "#666699" 12 #define BGCOLOR "#eeeeee"
13 #define FGCOLOR "#eeeeee" 13 #define FGCOLOR "#666699"
14 #define BORDERCOLOR "#9999CC" 14 #define BORDERCOLOR "#9999CC"
15 #define MODKEY Mod1Mask 15 #define MODKEY Mod1Mask
16 #define NUMLOCKMASK Mod2Mask 16 #define NUMLOCKMASK Mod2Mask
17 #define MASTERW 60 /* percent */ 17 #define MASTERW 60 /* percent */
18 18