diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-20 23:49:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-20 23:49:06 +0300 |
commit | 898c74f4ded38102360624cad924ecf49af7e36f (patch) | |
tree | 81e6853601ec66516aae978147856081484eb768 /data/themes/unity | |
parent | ca695ea265e4922319a76e5cec28bd4eeb1b76f0 (diff) | |
download | plus-898c74f4ded38102360624cad924ecf49af7e36f.tar.gz plus-898c74f4ded38102360624cad924ecf49af7e36f.tar.bz2 plus-898c74f4ded38102360624cad924ecf49af7e36f.tar.xz plus-898c74f4ded38102360624cad924ecf49af7e36f.zip |
Add theme color for text in popup windows.
New theme color: POPUP
Diffstat (limited to 'data/themes/unity')
-rw-r--r-- | data/themes/unity/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml index 4c944e25a..eaddc0147 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -13,6 +13,7 @@ <color id="LABEL" color="#E0E0E0" /> <color id="LISTBOX" color="#E0E0E0" /> <color id="RADIOBUTTON" color="#E0E0E0" /> + <color id="POPUP" color="#E0E0E0" /> <color id="TAB" color="#E0E0E0" /> <color id="TAB_HIGHLIGHTED" color="#E0E0E0" /> <color id="TAB_SELECTED" color="#E0E0E0" /> |