diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-01 22:06:27 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-01 22:06:27 +0100 |
commit | 6988dbac40b419742b6066fb73091863d4d61719 (patch) | |
tree | 770d3df6bb9cc52e0ee40bd335384907d776b1d2 /data/themes | |
parent | c3d0c1554872f6cd5a85d9915ae728b9a99fa3b7 (diff) | |
download | plus-6988dbac40b419742b6066fb73091863d4d61719.tar.gz plus-6988dbac40b419742b6066fb73091863d4d61719.tar.bz2 plus-6988dbac40b419742b6066fb73091863d4d61719.tar.xz plus-6988dbac40b419742b6066fb73091863d4d61719.zip |
Fix color palette in Jewelry Theme.
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/jewelry/colors.xml | 4 | ||||
-rw-r--r-- | data/themes/jewelry/popup.xml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml index bebda30f2..437c90995 100644 --- a/data/themes/jewelry/colors.xml +++ b/data/themes/jewelry/colors.xml @@ -57,7 +57,7 @@ <color id="IS" color="#edbedb" /> <color id="SERVER" color="#edbedb" /> <color id="LOGGER" color="#919191" /> - <color id="HYPERLINK" color="#c6beff" /> + <color id="HYPERLINK" color="#ab15bd" /> <color id="UNKNOWN_ITEM" color="#ffffff" /> <color id="CHARM" color="#ffffff" /> <color id="GENERIC" color="#eeeeee" /> @@ -147,7 +147,7 @@ <color id="IS" color="#edbedb" /> <color id="SERVER" color="#edbedb" /> <color id="LOGGER" color="#919191" /> - <color id="HYPERLINK" color="#c6beff" /> + <color id="HYPERLINK" color="#d2cbf9" /> <color id="UNKNOWN_ITEM" color="#ffffff" /> <color id="CHARM" color="#ffffff" /> <color id="GENERIC" color="#eeeeee" /> diff --git a/data/themes/jewelry/popup.xml b/data/themes/jewelry/popup.xml index 3e064093a..338fbcfd3 100644 --- a/data/themes/jewelry/popup.xml +++ b/data/themes/jewelry/popup.xml @@ -2,6 +2,7 @@ <widget type="Window" xpos="260" ypos="100"> <option name="padding" value="10" /> + <option name="palette" value="1" /> <!-- Top Row --> <part type="top-left-corner" width="32" height="15" /> |