diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-16 18:56:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-16 19:08:38 +0300 |
commit | e9a8a46fc92669236e37dd096f5a849aed74ca6a (patch) | |
tree | dabe2fe49420aebdcaab1c6babf880f13102c073 /data/graphics | |
parent | 3c77e0831772782a9452ff82e0e87e2e172ce295 (diff) | |
download | plus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.tar.gz plus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.tar.bz2 plus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.tar.xz plus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.zip |
Replaced default theme by classic. Moving default theme to theme mana.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 6 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 6 | ||||
-rw-r--r-- | data/graphics/gui/colors.xml | 10 | ||||
-rw-r--r-- | data/graphics/gui/target-cursor-blue-l.png | bin | 0 -> 23803 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-blue-m.png | bin | 0 -> 18439 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-blue-s.png | bin | 0 -> 8353 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-red-l.png | bin | 0 -> 25586 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-red-m.png | bin | 0 -> 17950 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-red-s.png | bin | 0 -> 8361 bytes |
9 files changed, 17 insertions, 5 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 92a1e3efa..a7c21e5ea 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -32,6 +32,12 @@ SET (FILES tab.png tab_hilight.png tabselected.png + target-cursor-blue-l.png + target-cursor-blue-m.png + target-cursor-blue-s.png + target-cursor-red-l.png + target-cursor-red-m.png + target-cursor-red-s.png unknown-item.png vscroll_down_default.png vscroll_down_highlight.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 04f957b7f..6d04666a5 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -35,6 +35,12 @@ gui_DATA = \ tab.png \ tab_hilight.png \ tabselected.png \ + target-cursor-blue-l.png \ + target-cursor-blue-m.png \ + target-cursor-blue-s.png \ + target-cursor-red-l.png \ + target-cursor-red-m.png \ + target-cursor-red-s.png \ unknown-item.png \ vscroll_down_default.png \ vscroll_down_highlight.png \ diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index 85ed2b414..151451de6 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -7,11 +7,11 @@ <color id="BUTTON_DISABLED" color="#333333" /> <color id="TAB" color="#000000" /> <color id="PARTY_CHAT_TAB" color="#f48055" /> - <color id="PARTY_SOCIAL_TAB" color="#ff00d8" /> - <color id="GUILD_CHAT_TAB" color="#ff00d8" /> - <color id="GUILD_SOCIAL_TAB" color="#ff00d8" /> + <color id="PARTY_SOCIAL_TAB" color="#f48055" /> + <color id="GUILD_CHAT_TAB" color="#f48055" /> + <color id="GUILD_SOCIAL_TAB" color="#f48055" /> <color id="BACKGROUND" color="#ffffff" /> - <color id="HIGHLIGHT" color="#c0c0c0" /> + <color id="HIGHLIGHT" color="#ebc873" /> <color id="TAB_FLASH" color="#ff0000" effect="pulse" /> <color id="TAB_PLAYER_FLASH" color="#00ff00" effect="pulse" /> <color id="SHOP_WARNING" color="#910000" /> @@ -21,7 +21,7 @@ <color id="PLAYER" color="#003000" /> <color id="WHISPER" color="#0000ff" /> <color id="WHISPER_OFFLINE" color="#000050" /> - <color id="IS" color="#a08527" /> + <color id="IS" color="#705000" /> <color id="SERVER" color="#8415e2" /> <color id="LOGGER" color="#919191" /> <color id="HYPERLINK" color="#e50d0d" /> diff --git a/data/graphics/gui/target-cursor-blue-l.png b/data/graphics/gui/target-cursor-blue-l.png Binary files differnew file mode 100644 index 000000000..77cdf4b6d --- /dev/null +++ b/data/graphics/gui/target-cursor-blue-l.png diff --git a/data/graphics/gui/target-cursor-blue-m.png b/data/graphics/gui/target-cursor-blue-m.png Binary files differnew file mode 100644 index 000000000..c0107357a --- /dev/null +++ b/data/graphics/gui/target-cursor-blue-m.png diff --git a/data/graphics/gui/target-cursor-blue-s.png b/data/graphics/gui/target-cursor-blue-s.png Binary files differnew file mode 100644 index 000000000..3e81c75de --- /dev/null +++ b/data/graphics/gui/target-cursor-blue-s.png diff --git a/data/graphics/gui/target-cursor-red-l.png b/data/graphics/gui/target-cursor-red-l.png Binary files differnew file mode 100644 index 000000000..76d2101b1 --- /dev/null +++ b/data/graphics/gui/target-cursor-red-l.png diff --git a/data/graphics/gui/target-cursor-red-m.png b/data/graphics/gui/target-cursor-red-m.png Binary files differnew file mode 100644 index 000000000..e2ab79c29 --- /dev/null +++ b/data/graphics/gui/target-cursor-red-m.png diff --git a/data/graphics/gui/target-cursor-red-s.png b/data/graphics/gui/target-cursor-red-s.png Binary files differnew file mode 100644 index 000000000..09195f440 --- /dev/null +++ b/data/graphics/gui/target-cursor-red-s.png |