diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-06 23:55:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-06 23:55:41 +0300 |
commit | 7d3059516fc25134d0d29b497e546f2846162399 (patch) | |
tree | 6eb1e2c1f182369727eba4a9c4d28955237694ed /data/themes/mana | |
parent | 20d0c3ab6c19f2a53002699883ba4eb132d3a513 (diff) | |
download | plus-7d3059516fc25134d0d29b497e546f2846162399.tar.gz plus-7d3059516fc25134d0d29b497e546f2846162399.tar.bz2 plus-7d3059516fc25134d0d29b497e546f2846162399.tar.xz plus-7d3059516fc25134d0d29b497e546f2846162399.zip |
Add colors font color for highlighted and selected tab.
New colors: TAB_HIGHLIGHTED, TAB_SELECTED
Diffstat (limited to 'data/themes/mana')
-rw-r--r-- | data/themes/mana/colors.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index be4522b8a..3081a7493 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -13,6 +13,8 @@ <color id="LISTBOX" color="#000000" /> <color id="RADIOBUTTON" color="#000000" /> <color id="TAB" color="#000000" /> + <color id="TAB_HIGHLIGHTED" color="#000000" /> + <color id="TAB_SELECTED" color="#000000" /> <color id="TEXTBOX" color="#000000" /> <color id="TEXTFIELD" color="#000000" /> <color id="WINDOW" color="#000000" /> |