diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-30 15:33:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-30 15:33:58 +0300 |
commit | 7e64ede79a741b7dc1c63d73301a58f4e510278d (patch) | |
tree | 77e97b91817eef81c4255898c17beb74c71d3dae /data/themes/jewelry | |
parent | 48ae2e7b91b0e340c91bd7c5b69a39a66c0e68ca (diff) | |
download | plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.tar.gz plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.tar.bz2 plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.tar.xz plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.zip |
Add new theme color TABLE_BACKGROUND.
It used in background of table headers.
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/colors.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml index 94295bee1..c113e5d21 100644 --- a/data/themes/jewelry/colors.xml +++ b/data/themes/jewelry/colors.xml @@ -84,6 +84,7 @@ <color id="BROWN" color="#774217" /> <color id="STATUSBAR_ON" color="#646464" /> <color id="STATUSBAR_OFF" color="#ffff00" /> + <color id="TABLE_BACKGROUND" color="#bfbfbf" /> </palette> <palette id="1"> @@ -245,6 +246,7 @@ <color id="BROWN_OUTLINE" color="#271802" /> <color id="STATUSBAR_ON" color="#646464" /> <color id="STATUSBAR_OFF" color="#ffff00" /> + <color id="TABLE_BACKGROUND" color="#bfbfbf" /> </palette> <palette id="2"> @@ -330,6 +332,7 @@ <color id="BROWN" color="#8e4c17" /> <color id="STATUSBAR_ON" color="#646464" /> <color id="STATUSBAR_OFF" color="#ffff00" /> + <color id="TABLE_BACKGROUND" color="#bfbfbf" /> </palette> <progressbar id="DEFAULT" color="#969696" /> |