diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2010-10-13 17:32:41 +0200 |
---|---|---|
committer | Stefan Dombrowski <stefan@uni-bonn.de> | 2010-10-13 17:32:41 +0200 |
commit | 1d16b34c14a3b2deff084757f2b583d54b4741ce (patch) | |
tree | 0d38186c896759b9c3d246a4def3d22fb8dbbd5b /src/gui/theme.cpp | |
parent | c1b7d619971ea3dc7f644c86090a9ac518e44fb1 (diff) | |
download | mana-1d16b34c14a3b2deff084757f2b583d54b4741ce.tar.gz mana-1d16b34c14a3b2deff084757f2b583d54b4741ce.tar.bz2 mana-1d16b34c14a3b2deff084757f2b583d54b4741ce.tar.xz mana-1d16b34c14a3b2deff084757f2b583d54b4741ce.zip |
Adding theme colors for party tabs
Following Rotonen's advise to "make anything and everything you
can think of recolorable", a theme can now define colors for
PARTY_CHAT_TAB and PARTY_SOCIAL_TAB. This was badly needed, because
the requirements for a color of a chat tab and of a player name
are quite different.
TODO: When guild support gets enabled, then have a look at the
colors for guilds.
Reviewed-by: 4144
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index f80fa272..3d0bd5d3 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -398,6 +398,8 @@ static int readColorType(const std::string &type) "BUTTON", "BUTTON_DISABLED", "TAB", + "PARTY_CHAT_TAB", + "PARTY_SOCIAL_TAB", "BACKGROUND", "HIGHLIGHT", "TAB_FLASH", |