config.arg.h
changeset 646 665e78838cbb
parent 645 8e6d75c68b69
child 648 2359223e5691
equal deleted inserted replaced
645:8e6d75c68b69 646:665e78838cbb
    13 #define NORMBGCOLOR		"#111111"
    13 #define NORMBGCOLOR		"#111111"
    14 #define NORMFGCOLOR		"#cccccc"
    14 #define NORMFGCOLOR		"#cccccc"
    15 #define SELBGCOLOR		"#444444"
    15 #define SELBGCOLOR		"#444444"
    16 #define SELFGCOLOR		"#ffffff"
    16 #define SELFGCOLOR		"#ffffff"
    17 #define STATUSBGCOLOR		"#222222"
    17 #define STATUSBGCOLOR		"#222222"
    18 #define STATUSFGCOLOR		"#99ccff"
    18 #define STATUSFGCOLOR		"#ccff00"
    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