summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-28 18:50:28 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-28 19:04:29 +0300
commit285db66255e63f3967ae806eb888d4742cff3d9f (patch)
tree8b0a34c8ccec3b4f20176e1f64993f500e6dd73b /src/gui/theme.cpp
parentd2b9c0a5ec5cd14736c96a28dcccb5f298a5f0aa (diff)
downloadManaVerse-285db66255e63f3967ae806eb888d4742cff3d9f.tar.gz
ManaVerse-285db66255e63f3967ae806eb888d4742cff3d9f.tar.bz2
ManaVerse-285db66255e63f3967ae806eb888d4742cff3d9f.tar.xz
ManaVerse-285db66255e63f3967ae806eb888d4742cff3d9f.zip
Move simple colors to themes.
Need add to all themes, or all simple colors will be black.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 15554044d..0607564f9 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -644,7 +644,16 @@ static int readColorType(const std::string &type)
"SERVER_VERSION_NOT_SUPPORTED",
"WARNING",
"CHARM",
- "PLAYER_ADVANCED"
+ "PLAYER_ADVANCED",
+ "RED",
+ "GREEN",
+ "BLUE",
+ "ORANGE",
+ "YELLOW",
+ "PINK",
+ "PURPLE",
+ "GRAY",
+ "BROWN"
};
if (type.empty())