comparison pidgin/gtknickcolors.h @ 15513:7a47740aefaa

Tango colors for chats. I'm slightly ashamed to say we use 'butter' and 'plum.'
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 18:57:23 +0000
parents 760ef6d78d2d
children 32c366eeeb99
comparison
equal deleted inserted replaced
15511:760ef6d78d2d 15513:7a47740aefaa
23 */ 23 */
24 #ifndef _PIDGINNICKCOLORS_H_ 24 #ifndef _PIDGINNICKCOLORS_H_
25 #define _PIDGINNICKCOLORS_H_ 25 #define _PIDGINNICKCOLORS_H_
26 26
27 static GdkColor nick_seed_colors[] = { 27 static GdkColor nick_seed_colors[] = {
28 {0, 47616, 46336, 43776}, /* Basic 3D Medium */ 28 {0, 64764, 59881, 20303}, /* Butter #1 */
29 {0, 32768, 32000, 29696}, /* Basic 3D Dark */ 29 {0, 60909, 54484, 0}, /* Butter #2 */
30 {0, 22016, 20992, 18432}, /* 3D Shadow */ 30 {0, 50372, 41120, 0}, /* Butter #3 */
31 {0, 33536, 42496, 32512}, /* Green Medium */ 31 {0, 64764, 44975, 15934}, /* Orange #1 */
32 {0, 23808, 29952, 21760}, /* Green Dark */ 32 {0, 62965, 31097, 0}, /* Orange #2 */
33 {0, 17408, 22016, 12800}, /* Green Shadow */ 33 {0, 52942, 23644, 0}, /* Orange #3 */
34 {0, 57344, 46592, 44800}, /* Red Hilight */ 34 {0, 59811, 47545, 28270}, /* Chocolate #1 */
35 {0, 49408, 26112, 23040}, /* Red Medium */ 35 {0, 49601, 32125, 4369}, /* Chocolate #2 */
36 {0, 34816, 17920, 12544}, /* Red Dark */ 36 {0, 36751, 22873, 514}, /* Chocolate #3 */
37 {0, 49408, 14336, 8704}, /* Red Shadow */ 37 {0, 35466, 58082, 13364}, /* Chameleon #1 */
38 {0, 34816, 32512, 41728}, /* Purple Medium */ 38 {0, 29555, 53970, 5654}, /* Chameleon #2 */
39 {0, 25088, 23296, 33024}, /* Purple Dark */ 39 {0, 20046, 39578, 1542}, /* Chameleon #3 */
40 {0, 18688, 16384, 26112}, /* Purple Shadow */ 40 {0, 29289, 40863, 53199}, /* Sky Blue #1 */
41 {0, 40192, 47104, 53760}, /* Blue Hilight */ 41 {0, 13364, 25957, 42148}, /* Sky Blue #2 */
42 {0, 29952, 36864, 44544}, /* Blue Medium */ 42 {0, 8224, 19018, 34695}, /* Sky Blue #3 */
43 {0, 57344, 49920, 40448}, /* Face Skin Medium */ 43 {0, 44461, 32639, 43167}, /* Plum #1 */
44 {0, 45824, 37120, 26880}, /* Face skin Dark */ 44 {0, 30069, 20560, 31611}, /* Plum #2 */
45 {0, 33280, 26112, 18176}, /* Face Skin Shadow */ 45 {0, 23644, 13621, 26214}, /* Plum #3 */
46 {0, 57088, 16896, 7680}, /* Accent Red */ 46 {0, 61423, 10537, 10537}, /* Scarlet Red #1 */
47 {0, 39168, 0, 0}, /* Accent Red Dark */ 47 {0, 52428, 0, 0}, /* Scarlet Red #2 */
48 {0, 17920, 40960, 17920}, /* Accent Green */ 48 {0, 42148, 0, 0}, /* Scarlet Red #3 */
49 {0, 9728, 50944, 9728} /* Accent Green Dark */ 49 {0, 34952, 35466, 34181}, /* Aluminium #4*/
50 {0, 21845, 22359, 21331}, /* Aluminium #5*/
51 {0, 11822, 13364, 13878} /* Aluminium #6*/
50 }; 52 };
51 53
52 #define NUM_NICK_SEED_COLORS (sizeof(nick_seed_colors) / sizeof(nick_seed_colors[0])) 54 #define NUM_NICK_SEED_COLORS (sizeof(nick_seed_colors) / sizeof(nick_seed_colors[0]))
53 55
54 #endif 56 #endif