New, (hopefully) improved and beautiful colour palette.

This commit is contained in:
Karl Ove Hufthammer 2005-01-12 19:53:10 +00:00
parent 2a26a71957
commit 93b385111f
2 changed files with 21 additions and 24 deletions

View file

@ -17,18 +17,17 @@
enum { enum {
COLOR_BLACK, COLOR_BLACK,
COLOR_DARKGREY, COLOR_GRAY,
COLOR_LIGHTGRAY,
COLOR_WHITE, COLOR_WHITE,
COLOR_RED, COLOR_RED,
COLOR_ORANGE, COLOR_ORANGE,
COLOR_YELLOW, COLOR_YELLOW,
COLOR_NEON, COLOR_LIGHTGREEN,
COLOR_GREEN, COLOR_DARKGREEN,
COLOR_SKYBLUE, COLOR_SKYBLUE,
COLOR_BLUE, COLOR_BLUE,
COLOR_VIOLET,
COLOR_PURPLE, COLOR_PURPLE,
COLOR_MAGENTA,
COLOR_PINK, COLOR_PINK,
COLOR_BROWN, COLOR_BROWN,
COLOR_TAN, COLOR_TAN,
@ -41,20 +40,19 @@ enum {
const int color_hexes[NUM_COLORS][3] = { const int color_hexes[NUM_COLORS][3] = {
{0, 0, 0}, /* Black */ {0, 0, 0}, /* Black */
{128, 128, 128}, /* Dark Gray */ {162, 162, 162}, /* Gray */
{192, 192, 192}, /* Light Grey */
{255, 255, 255}, /* White */ {255, 255, 255}, /* White */
{255, 0, 0}, /* Red */ {255, 0, 0}, /* Red */
{255, 128, 0}, /* Orange */ {255, 162, 64}, /* Orange */
{255, 255, 0}, /* Yellow */ {255, 255, 128}, /* Yellow */
{140, 255, 0}, /* Neon */ {160, 228, 128}, /* Light green */
{ 33, 148, 33}, /* Green */ { 33, 148, 70}, /* Dark green */
{138, 168, 205}, /* Sky blue */ {156, 200, 245}, /* Light blue */
{ 0, 0, 255}, /* Blue */ { 85, 130, 255}, /* Blue */
{128, 0, 128}, /* Purple */ {186, 157, 255}, /* Violet */
{255, 0, 255}, /* Magenta */ {150, 0, 150}, /* Purple */
{255, 165, 211}, /* Pink */ {255, 165, 211}, /* Pink */
{128, 96, 0}, /* Brown */ {128, 80, 0}, /* Brown */
{226, 189, 166}, /* Tan */ {226, 189, 166}, /* Tan */
{247, 228, 219} /* Beige */ {247, 228, 219} /* Beige */
}; };
@ -64,18 +62,17 @@ const int color_hexes[NUM_COLORS][3] = {
const char * const color_names[NUM_COLORS] = { const char * const color_names[NUM_COLORS] = {
gettext_noop("Black!"), gettext_noop("Black!"),
gettext_noop("Dark Gray!"), // using both valid spellings gettext_noop("Gray!"),
gettext_noop("Light Grey!"), // using both valid spellings
gettext_noop("White!"), gettext_noop("White!"),
gettext_noop("Red!"), gettext_noop("Red!"),
gettext_noop("Orange!"), gettext_noop("Orange!"),
gettext_noop("Yellow!"), gettext_noop("Yellow!"),
gettext_noop("Neon green!"), gettext_noop("Light green!"),
gettext_noop("Green!"), gettext_noop("Dark green!"),
gettext_noop("Sky blue!"), gettext_noop("Light blue!"),
gettext_noop("Blue!"), gettext_noop("Blue!"),
gettext_noop("Violet!"),
gettext_noop("Purple!"), gettext_noop("Purple!"),
gettext_noop("Magenta!"),
gettext_noop("Pink!"), gettext_noop("Pink!"),
gettext_noop("Brown!"), gettext_noop("Brown!"),
gettext_noop("Tan!"), gettext_noop("Tan!"),

View file

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: nn\n" "Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-06 12:31+0100\n" "POT-Creation-Date: 2005-01-06 12:31+0100\n"
"PO-Revision-Date: 2005-01-06 12:35+0100\n" "PO-Revision-Date: 2005-01-12 19:53+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n" "Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -50,7 +50,7 @@ msgid "Yellow!"
msgstr "Gul!" msgstr "Gul!"
msgid "Neon green!" msgid "Neon green!"
msgstr "" msgstr "Neongrøn!"
msgid "Green!" msgid "Green!"
msgstr "Mørkegrøn!" msgstr "Mørkegrøn!"