diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:36:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:36:56 +0300 |
commit | 2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32 (patch) | |
tree | 1cd733466daba2b55aff5aaf9e90245d0b1f3c9b /data/themes/jewelry | |
parent | 180de8ec6d87d2db1952a834fb1634db57b43fe3 (diff) | |
download | plus-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.tar.gz plus-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.tar.bz2 plus-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.tar.xz plus-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.zip |
dehardcode status bar colors (yellow bar).
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/colors.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml index ab6623138..8ecb6fb40 100644 --- a/data/themes/jewelry/colors.xml +++ b/data/themes/jewelry/colors.xml @@ -76,6 +76,8 @@ <color id="PURPLE" color="#8415e2" /> <color id="GRAY" color="#919191" /> <color id="BROWN" color="#774217" /> + <color id="STATUSBAR_ON" color="#646464" /> + <color id="STATUSBAR_OFF" color="#ffff00" /> </palette> <palette id="1"> |