config.default.h
changeset 432 0f94ee451f6c
parent 422 44225ee80236
child 473 2d8af0d7920d
equal deleted inserted replaced
431:a230e4432bb7 432:0f94ee451f6c
     5 
     5 
     6 #define TAGS \
     6 #define TAGS \
     7 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
     7 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
     8 
     8 
     9 #define DEFMODE			dotile /* dofloat */
     9 #define DEFMODE			dotile /* dofloat */
    10 #define FLOATSYMBOL		"~"
    10 #define FLOATSYMBOL		"><>"
    11 #define TILESYMBOL		"#"
    11 #define TILESYMBOL		"[]="
    12 
    12 
    13 #define FONT			"fixed"
    13 #define FONT			"fixed"
    14 #define SELBGCOLOR		"#666699"
    14 #define SELBGCOLOR		"#666699"
    15 #define SELFGCOLOR		"#eeeeee"
    15 #define SELFGCOLOR		"#eeeeee"
    16 #define NORMBGCOLOR		"#333366"
    16 #define NORMBGCOLOR		"#333366"