summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-23 22:34:07 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-23 22:34:07 +0300
commit41c5f11c96d73de62cb29b157e484b594856747b (patch)
tree78edf1bd2e2249d6d21061bd3a8c4f38ba542cb4
parentdce838195b3d2ca4703094aa8602038bb1e1e7f3 (diff)
downloadplus-41c5f11c96d73de62cb29b157e484b594856747b.tar.gz
plus-41c5f11c96d73de62cb29b157e484b594856747b.tar.bz2
plus-41c5f11c96d73de62cb29b157e484b594856747b.tar.xz
plus-41c5f11c96d73de62cb29b157e484b594856747b.zip
Update local player chat color in light themes.
-rw-r--r--data/graphics/gui/colors.xml2
-rw-r--r--data/themes/classic/colors.xml2
-rw-r--r--data/themes/wood/colors.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml
index 40a2ad5de..85ed2b414 100644
--- a/data/graphics/gui/colors.xml
+++ b/data/graphics/gui/colors.xml
@@ -18,7 +18,7 @@
<color id="ITEM_EQUIPPED" color="#000091" />
<color id="CHAT" color="#000000" />
<color id="GM" color="#ff0000" />
- <color id="PLAYER" color="#1fa052" />
+ <color id="PLAYER" color="#003000" />
<color id="WHISPER" color="#0000ff" />
<color id="WHISPER_OFFLINE" color="#000050" />
<color id="IS" color="#a08527" />
diff --git a/data/themes/classic/colors.xml b/data/themes/classic/colors.xml
index 6c7494726..151451de6 100644
--- a/data/themes/classic/colors.xml
+++ b/data/themes/classic/colors.xml
@@ -18,7 +18,7 @@
<color id="ITEM_EQUIPPED" color="#000091" />
<color id="CHAT" color="#000000" />
<color id="GM" color="#ff0000" />
- <color id="PLAYER" color="#009000" />
+ <color id="PLAYER" color="#003000" />
<color id="WHISPER" color="#0000ff" />
<color id="WHISPER_OFFLINE" color="#000050" />
<color id="IS" color="#705000" />
diff --git a/data/themes/wood/colors.xml b/data/themes/wood/colors.xml
index 9a7278936..5e311aca4 100644
--- a/data/themes/wood/colors.xml
+++ b/data/themes/wood/colors.xml
@@ -18,7 +18,7 @@
<color id="ITEM_EQUIPPED" color="#000091" />
<color id="CHAT" color="#000000" />
<color id="GM" color="#ff0000" />
- <color id="PLAYER" color="#1fa052" />
+ <color id="PLAYER" color="#003000" />
<color id="WHISPER" color="#00feaf" />
<color id="WHISPER_OFFLINE" color="#000a40" />
<color id="IS" color="#a08527" />