olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / guicast / colors.h
1
2 /*
3  * CINELERRA
4  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
5  *
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.
10  *
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.
15  *
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  */
21
22 #ifndef COLORS_H
23 #define COLORS_H
24
25 // standard colors
26 #define BLACK               0x000000
27 #define WHITE               0xFFFFFF
28
29 #define LTBLUE              0x9090FF
30 #define BLUE                0x0000FF
31 #define DKBLUE              0x000090
32
33 #define LTPINK              0xFFC0C0
34 #define PINK                0xFF8080
35 #define RED                 0xFF0000
36
37 #define LTGREEN             0xC0FFC0
38 #define GREEN               0x00FF00
39 #define DKGREEN             0x009000
40
41 #define YELLOW              0xFFFF00
42 #define LTYELLOW            0xFFFFA0
43 #define MEYELLOW            0xFFFF00
44 #define MDYELLOW            0xFFFFD2
45 #define DKYELLOW            0xFFFFB4
46
47 #define LTCYAN              0x00CBCB
48 #define MECYAN              0x009696
49 #define MDCYAN              0x007E7E
50 #define DKCYAN              0x004949
51
52 #define LTPURPLE            0xFFC0FF
53 #define MEPURPLE            0xFF00FF
54 #define MDPURPLE            0xC000C0
55 #define DKPURPLE            0xA000A0
56
57 #define LTGREY              0xE0E0E0
58 #define MEGREY              0xAFAFAF
59 #define DMGREY              0x999999
60 #define MDGREY              0x7D7D7D
61 #define DKGREY              0x4B4B4B
62
63 #define BLOND               0xb4b487
64 #define SLBLUE              0x6040c0
65
66 #define MNGREY              0xe6e6e6
67 #define FGGREY              0xe3e3e3
68 #define MNBLUE              0x003cff
69 #define ORANGE              0xffdd76
70 #define FTGREY              0xbcbcbc
71
72 #endif