rename accountopt.[ch] to purpleaccountoption.[ch]
[pidgin-git.git] / pidgin / gtknickcolors.h
blob4e8c195ea58e9ea5a50c48fc96f404661415e15c
1 /* pidgin
2 * Pidgin is the legal property of its developers, whose names are too numerous
3 * to list here. Please refer to the COPYRIGHT file distributed with this
4 * source distribution.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 #ifndef _PIDGINNICKCOLORS_H_
22 #define _PIDGINNICKCOLORS_H_
23 /**
24 * SECTION:gtknickcolors
25 * @section_id: pidgin-gtknickcolors
26 * @short_description: <filename>gtknickcolors.h</filename>
27 * @title: Conversation Nick Colors
30 static const GdkRGBA nick_seed_colors[] = {
31 {64764/65535.0, 59881/65535.0, 20303/65535.0, 1}, /* Butter #1 */
32 {60909/65535.0, 54484/65535.0, 0/65535.0, 1}, /* Butter #2 */
33 {50372/65535.0, 41120/65535.0, 0/65535.0, 1}, /* Butter #3 */
34 {64764/65535.0, 44975/65535.0, 15934/65535.0, 1}, /* Orange #1 */
35 {62965/65535.0, 31097/65535.0, 0/65535.0, 1}, /* Orange #2 */
36 {52942/65535.0, 23644/65535.0, 0/65535.0, 1}, /* Orange #3 */
37 {59811/65535.0, 47545/65535.0, 28270/65535.0, 1}, /* Chocolate #1 */
38 {49601/65535.0, 32125/65535.0, 4369/65535.0, 1}, /* Chocolate #2 */
39 {36751/65535.0, 22873/65535.0, 514/65535.0, 1}, /* Chocolate #3 */
40 {35466/65535.0, 58082/65535.0, 13364/65535.0, 1}, /* Chameleon #1 */
41 {29555/65535.0, 53970/65535.0, 5654/65535.0, 1}, /* Chameleon #2 */
42 {20046/65535.0, 39578/65535.0, 1542/65535.0, 1}, /* Chameleon #3 */
43 {29289/65535.0, 40863/65535.0, 53199/65535.0, 1}, /* Sky Blue #1 */
44 {13364/65535.0, 25957/65535.0, 42148/65535.0, 1}, /* Sky Blue #2 */
45 { 8224/65535.0, 19018/65535.0, 34695/65535.0, 1}, /* Sky Blue #3 */
46 {44461/65535.0, 32639/65535.0, 43167/65535.0, 1}, /* Plum #1 */
47 {30069/65535.0, 20560/65535.0, 31611/65535.0, 1}, /* Plum #2 */
48 {23644/65535.0, 13621/65535.0, 26214/65535.0, 1}, /* Plum #3 */
49 {61423/65535.0, 10537/65535.0, 10537/65535.0, 1}, /* Scarlet Red #1 */
50 {52428/65535.0, 0/65535.0, 0/65535.0, 1}, /* Scarlet Red #2 */
51 {42148/65535.0, 0/65535.0, 0/65535.0, 1}, /* Scarlet Red #3 */
52 {34952/65535.0, 35466/65535.0, 34181/65535.0, 1}, /* Aluminium #4*/
53 {21845/65535.0, 22359/65535.0, 21331/65535.0, 1}, /* Aluminium #5*/
54 {11822/65535.0, 13364/65535.0, 13878/65535.0, 1} /* Aluminium #6*/
57 #define PIDGIN_NUM_NICK_SEED_COLORS (sizeof(nick_seed_colors) / sizeof(nick_seed_colors[0]))
59 #endif