diff options
Diffstat (limited to 'data/graphics/gui/theme.xml')
-rw-r--r-- | data/graphics/gui/theme.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/graphics/gui/theme.xml b/data/graphics/gui/theme.xml index 3ed93c6e..fc1de9e3 100644 --- a/data/graphics/gui/theme.xml +++ b/data/graphics/gui/theme.xml @@ -17,6 +17,7 @@ <color id="WHISPER_TAB" color="#3b58a9" /> <color id="BACKGROUND" color="#ffffff" /> <color id="HIGHLIGHT" color="#c0c0c0" /> + <color id="HIGHLIGHT_TEXT" color="#000000" /> <color id="TAB_FLASH" color="#ff0000" effect="pulse" /> <color id="SHOP_WARNING" color="#910000" /> <color id="ITEM_EQUIPPED" color="#000091" /> @@ -334,4 +335,7 @@ <icon name="offline" src="circle-gray.png" /> <icon name="online" src="circle-green.png" /> + + <icon name="complete" src="quest-icons.png" x="0" y="0" width="16" height="16" /> + <icon name="incomplete" src="quest-icons.png" x="16" y="0" width="16" height="16" /> </theme> |