config.arg.h
changeset 564 a22a70174d44
parent 563 ebf54a82cae0
child 566 91b6cbcdfc71
equal deleted inserted replaced
563:ebf54a82cae0 564:a22a70174d44
    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		"#333333"
    14 #define NORMFGCOLOR		"#dddddd"
    14 #define NORMFGCOLOR		"#dddddd"
    15 #define SELBGCOLOR		"#666699"
    15 #define SELBGCOLOR		"#336699"
    16 #define SELFGCOLOR		"#eeeeee"
    16 #define SELFGCOLOR		"#eeeeee"
    17 #define STATUSBGCOLOR		"#222222"
    17 #define STATUSBGCOLOR		"#222222"
    18 #define STATUSFGCOLOR		"#9999cc"
    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