summaryrefslogtreecommitdiff
path: root/data/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics')
-rw-r--r--data/graphics/gui/CMakeLists.txt6
-rw-r--r--data/graphics/gui/Makefile.am6
-rw-r--r--data/graphics/gui/colors.xml10
-rw-r--r--data/graphics/gui/target-cursor-blue-l.pngbin0 -> 23803 bytes
-rw-r--r--data/graphics/gui/target-cursor-blue-m.pngbin0 -> 18439 bytes
-rw-r--r--data/graphics/gui/target-cursor-blue-s.pngbin0 -> 8353 bytes
-rw-r--r--data/graphics/gui/target-cursor-red-l.pngbin0 -> 25586 bytes
-rw-r--r--data/graphics/gui/target-cursor-red-m.pngbin0 -> 17950 bytes
-rw-r--r--data/graphics/gui/target-cursor-red-s.pngbin0 -> 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
new file mode 100644
index 000000000..77cdf4b6d
--- /dev/null
+++ b/data/graphics/gui/target-cursor-blue-l.png
Binary files differ
diff --git a/data/graphics/gui/target-cursor-blue-m.png b/data/graphics/gui/target-cursor-blue-m.png
new file mode 100644
index 000000000..c0107357a
--- /dev/null
+++ b/data/graphics/gui/target-cursor-blue-m.png
Binary files differ
diff --git a/data/graphics/gui/target-cursor-blue-s.png b/data/graphics/gui/target-cursor-blue-s.png
new file mode 100644
index 000000000..3e81c75de
--- /dev/null
+++ b/data/graphics/gui/target-cursor-blue-s.png
Binary files differ
diff --git a/data/graphics/gui/target-cursor-red-l.png b/data/graphics/gui/target-cursor-red-l.png
new file mode 100644
index 000000000..76d2101b1
--- /dev/null
+++ b/data/graphics/gui/target-cursor-red-l.png
Binary files differ
diff --git a/data/graphics/gui/target-cursor-red-m.png b/data/graphics/gui/target-cursor-red-m.png
new file mode 100644
index 000000000..e2ab79c29
--- /dev/null
+++ b/data/graphics/gui/target-cursor-red-m.png
Binary files differ
diff --git a/data/graphics/gui/target-cursor-red-s.png b/data/graphics/gui/target-cursor-red-s.png
new file mode 100644
index 000000000..09195f440
--- /dev/null
+++ b/data/graphics/gui/target-cursor-red-s.png
Binary files differ