diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-23 00:05:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-23 00:06:56 +0300 |
commit | 8170458137757fa8981498572ae3e88ebf5992a5 (patch) | |
tree | 83501db63d8e1dee67285ab86e0dc5ba7e4d5e28 /data/graphics | |
parent | 4d5746331c6e4beee730e4b67df26e65bbc1001e (diff) | |
download | plus-8170458137757fa8981498572ae3e88ebf5992a5.tar.gz plus-8170458137757fa8981498572ae3e88ebf5992a5.tar.bz2 plus-8170458137757fa8981498572ae3e88ebf5992a5.tar.xz plus-8170458137757fa8981498572ae3e88ebf5992a5.zip |
Show self nick in online list with special color.
New theme colors:
SELFNICK - color for own player nick in online list.
SELFNICK_OUTLINE - outline color for self nick.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index 0f0358897..aeaf33884 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -1,6 +1,7 @@ <colors> <palette id="0"> <color id="BROWSERBOX" color="#000000" /> + <color id="SELFNICK" color="#000000" /> <color id="TEXT" color="#000000" /> <color id="CARET" color="#000000" /> <color id="SHADOW" color="#000000" /> |