00001 00006 /* pidgin 00007 * Pidgin is the legal property of its developers, whose names are too numerous 00008 * to list here. Please refer to the COPYRIGHT file distributed with this 00009 * source distribution. 00010 * 00011 * This program is free software; you can redistribute it and/or modify 00012 * it under the terms of the GNU General Public License as published by 00013 * the Free Software Foundation; either version 2 of the License, or 00014 * (at your option) any later version. 00015 * 00016 * This program is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU General Public License 00022 * along with this program; if not, write to the Free Software 00023 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 00024 */ 00025 #ifndef _PIDGINNICKCOLORS_H_ 00026 #define _PIDGINNICKCOLORS_H_ 00027 00028 static const GdkColor nick_seed_colors[] = { 00029 {0, 64764, 59881, 20303}, /* Butter #1 */ 00030 {0, 60909, 54484, 0}, /* Butter #2 */ 00031 {0, 50372, 41120, 0}, /* Butter #3 */ 00032 {0, 64764, 44975, 15934}, /* Orange #1 */ 00033 {0, 62965, 31097, 0}, /* Orange #2 */ 00034 {0, 52942, 23644, 0}, /* Orange #3 */ 00035 {0, 59811, 47545, 28270}, /* Chocolate #1 */ 00036 {0, 49601, 32125, 4369}, /* Chocolate #2 */ 00037 {0, 36751, 22873, 514}, /* Chocolate #3 */ 00038 {0, 35466, 58082, 13364}, /* Chameleon #1 */ 00039 {0, 29555, 53970, 5654}, /* Chameleon #2 */ 00040 {0, 20046, 39578, 1542}, /* Chameleon #3 */ 00041 {0, 29289, 40863, 53199}, /* Sky Blue #1 */ 00042 {0, 13364, 25957, 42148}, /* Sky Blue #2 */ 00043 {0, 8224, 19018, 34695}, /* Sky Blue #3 */ 00044 {0, 44461, 32639, 43167}, /* Plum #1 */ 00045 {0, 30069, 20560, 31611}, /* Plum #2 */ 00046 {0, 23644, 13621, 26214}, /* Plum #3 */ 00047 {0, 61423, 10537, 10537}, /* Scarlet Red #1 */ 00048 {0, 52428, 0, 0}, /* Scarlet Red #2 */ 00049 {0, 42148, 0, 0}, /* Scarlet Red #3 */ 00050 {0, 34952, 35466, 34181}, /* Aluminium #4*/ 00051 {0, 21845, 22359, 21331}, /* Aluminium #5*/ 00052 {0, 11822, 13364, 13878} /* Aluminium #6*/ 00053 }; 00054 00055 #define NUM_NICK_SEED_COLORS (sizeof(nick_seed_colors) / sizeof(nick_seed_colors[0])) 00056 00057 #endif