summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-30 21:42:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-30 21:42:26 +0300
commitd4f7f4f688c3660440e0ac0d752ec9db036cdf59 (patch)
treef15996edc69ed3a505e523d548902dcdf2bb0ce3 /src/gui/theme.h
parent256b20612d17e0cbe44332538cdedd2ef5f1a498 (diff)
downloadplus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.tar.gz
plus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.tar.bz2
plus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.tar.xz
plus-d4f7f4f688c3660440e0ac0d752ec9db036cdf59.zip
Add color for globals with player/npc name.
New colors: GLOBAL, GLOBAL_OUTLINE.
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 443150a0f..21f541701 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -304,6 +304,8 @@ class Theme final : public Palette, public ConfigListener
CHAT_OUTLINE,
GM,
GM_OUTLINE,
+ GLOBAL,
+ GLOBAL_OUTLINE,
PLAYER,
PLAYER_OUTLINE,
WHISPER_TAB,