00001
00024 #ifndef _PIDGINNICKCOLORS_H_
00025 #define _PIDGINNICKCOLORS_H_
00026
00027 static GdkColor nick_seed_colors[] = {
00028 {0, 64764, 59881, 20303},
00029 {0, 60909, 54484, 0},
00030 {0, 50372, 41120, 0},
00031 {0, 64764, 44975, 15934},
00032 {0, 62965, 31097, 0},
00033 {0, 52942, 23644, 0},
00034 {0, 59811, 47545, 28270},
00035 {0, 49601, 32125, 4369},
00036 {0, 36751, 22873, 514},
00037 {0, 35466, 58082, 13364},
00038 {0, 29555, 53970, 5654},
00039 {0, 20046, 39578, 1542},
00040 {0, 29289, 40863, 53199},
00041 {0, 13364, 25957, 42148},
00042 {0, 8224, 19018, 34695},
00043 {0, 44461, 32639, 43167},
00044 {0, 30069, 20560, 31611},
00045 {0, 23644, 13621, 26214},
00046 {0, 61423, 10537, 10537},
00047 {0, 52428, 0, 0},
00048 {0, 42148, 0, 0},
00049 {0, 34952, 35466, 34181},
00050 {0, 21845, 22359, 21331},
00051 {0, 11822, 13364, 13878}
00052 };
00053
00054 #define NUM_NICK_SEED_COLORS (sizeof(nick_seed_colors) / sizeof(nick_seed_colors[0]))
00055
00056 #endif