config.def.h
changeset 1015 f052223df8d5
parent 1013 e5e37ad38ea7
child 1017 585e3422edc8
equal deleted inserted replaced
1014:35461e0a4894 1015:f052223df8d5
     3 /* appearance */
     3 /* appearance */
     4 #define BARPOS			BarTop /* BarBot, BarOff */
     4 #define BARPOS			BarTop /* BarBot, BarOff */
     5 #define BORDERPX		1
     5 #define BORDERPX		1
     6 #define FONT			"-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
     6 #define FONT			"-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
     7 #define NORMBORDERCOLOR         "#cccccc"
     7 #define NORMBORDERCOLOR         "#cccccc"
     8 #define NORMBGCOLOR             "#ffffff"
     8 #define NORMBGCOLOR             "#dddddd"
     9 #define NORMFGCOLOR             "#333333"
     9 #define NORMFGCOLOR             "#333333"
    10 #define SELBORDERCOLOR          "#3366ff"
    10 #define SELBORDERCOLOR          "#0066cc"
    11 #define SELBGCOLOR              "#3366ff"
    11 #define SELBGCOLOR              "#0066cc"
    12 #define SELFGCOLOR              "#ffffff"
    12 #define SELFGCOLOR              "#ffffff"
    13 
    13 
    14 /* tagging */
    14 /* tagging */
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
    16 Rule rules[] = {
    16 Rule rules[] = {