summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2010-10-13 17:32:41 +0200
committerStefan Dombrowski <stefan@uni-bonn.de>2010-10-13 17:32:41 +0200
commit1d16b34c14a3b2deff084757f2b583d54b4741ce (patch)
tree0d38186c896759b9c3d246a4def3d22fb8dbbd5b /src/gui/theme.h
parentc1b7d619971ea3dc7f644c86090a9ac518e44fb1 (diff)
downloadmana-client-1d16b34c14a3b2deff084757f2b583d54b4741ce.tar.gz
mana-client-1d16b34c14a3b2deff084757f2b583d54b4741ce.tar.bz2
mana-client-1d16b34c14a3b2deff084757f2b583d54b4741ce.tar.xz
mana-client-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.h')
-rw-r--r--src/gui/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 6798bed5..3a5aa41a 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -127,6 +127,8 @@ class Theme : public Palette, public ConfigListener
BUTTON,
BUTTON_DISABLED,
TAB,
+ PARTY_CHAT_TAB,
+ PARTY_SOCIAL_TAB,
BACKGROUND,
HIGHLIGHT,
TAB_FLASH,