summaryrefslogtreecommitdiff
path: root/data/themes/unity/colors.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-11 16:27:16 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-11 16:27:16 +0300
commitccdaf8cc6f61c322a2308123b03bb91f9ca68ee9 (patch)
treea4fbc02d8259aa19eed4fc8f95c1ea249085bda4 /data/themes/unity/colors.xml
parent9d335ffd1651b5fb7bf71ca49fabba80c9099739 (diff)
downloadManaVerse-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.tar.gz
ManaVerse-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.tar.bz2
ManaVerse-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.tar.xz
ManaVerse-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.zip
Add new colors for button theming.
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED.
Diffstat (limited to 'data/themes/unity/colors.xml')
-rw-r--r--data/themes/unity/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml
index 62035e813..4c944e25a 100644
--- a/data/themes/unity/colors.xml
+++ b/data/themes/unity/colors.xml
@@ -5,6 +5,8 @@
<color id="OUTLINE" color="#000000" />
<color id="PROGRESS_BAR" color="#ffffff" />
<color id="BUTTON" color="#FE9750" />
+ <color id="BUTTON_HIGHLIGHTED" color="#FE9750" />
+ <color id="BUTTON_PRESSED" color="#FE9750" />
<color id="BUTTON_DISABLED" color="#FC6400" />
<color id="CHECKBOX" color="#E0E0E0" />
<color id="DROPDOWN" color="#E0E0E0" />