config.arg.h
changeset 648 2359223e5691
parent 646 665e78838cbb
child 650 f3b8c71a69d4
equal deleted inserted replaced
647:fd2ea58b0b94 648:2359223e5691
    10 #define TILESYMBOL		"[]="
    10 #define TILESYMBOL		"[]="
    11 
    11 
    12 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    12 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    13 #define NORMBGCOLOR		"#111111"
    13 #define NORMBGCOLOR		"#111111"
    14 #define NORMFGCOLOR		"#cccccc"
    14 #define NORMFGCOLOR		"#cccccc"
    15 #define SELBGCOLOR		"#444444"
    15 #define SELBGCOLOR		"#336699"
    16 #define SELFGCOLOR		"#ffffff"
    16 #define SELFGCOLOR		"#eeeeee"
    17 #define STATUSBGCOLOR		"#222222"
    17 #define STATUSBGCOLOR		"#222222"
    18 #define STATUSFGCOLOR		"#ccff00"
    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