From 37cdfac3f9d98ccda68e2bbd3afb9bec9500e4c7 Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Thu, 13 Jan 2005 08:55:41 +0000 Subject: [PATCH] Violet --> Lavender --- src/colors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/colors.h b/src/colors.h index ad35616c2..477e3d2d4 100644 --- a/src/colors.h +++ b/src/colors.h @@ -27,7 +27,7 @@ enum { COLOR_DARKGREEN, COLOR_LIGHTBLUE, COLOR_BLUE, - COLOR_VIOLET, + COLOR_LAVENDER, COLOR_PURPLE, COLOR_PINK, COLOR_BROWN, @@ -51,7 +51,7 @@ const int color_hexes[NUM_COLORS][3] = { { 33, 148, 70}, /* Dark green */ {156, 200, 245}, /* Light blue */ { 50, 100, 255}, /* Blue */ - {186, 157, 255}, /* Violet */ + {186, 157, 255}, /* Lavender */ {128, 0, 128}, /* Purple */ {255, 165, 211}, /* Pink */ {128, 80, 0}, /* Brown */ @@ -74,7 +74,7 @@ const char * const color_names[NUM_COLORS] = { gettext_noop("Dark green!"), gettext_noop("Light blue!"), gettext_noop("Blue!"), - gettext_noop("Violet!"), + gettext_noop("Lavender!"), gettext_noop("Purple!"), gettext_noop("Pink!"), gettext_noop("Brown!"),