diff options
author | ronie <ronie@users.noreply.github.com> | 2016-11-22 23:57:13 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-11-27 22:56:45 +0100 |
commit | 9a816b2009112ba06b89dbc766cee047e713d746 (patch) | |
tree | f1df2fbb436df092982ab408c3403a05a925ecdf /addons/skin.estouchy/colors | |
parent | 7f0bc8beb5290fe507182111f56f0a33abb00dd5 (diff) |
[Estouchy] update to match the new look of the default skin
Diffstat (limited to 'addons/skin.estouchy/colors')
-rw-r--r-- | addons/skin.estouchy/colors/defaults.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estouchy/colors/defaults.xml b/addons/skin.estouchy/colors/defaults.xml index d87f0b67de..840cef19f4 100644 --- a/addons/skin.estouchy/colors/defaults.xml +++ b/addons/skin.estouchy/colors/defaults.xml @@ -1,10 +1,10 @@ <colors> <color name="white">FFF0F0F0</color> + <color name="lightgrey">FFD0D0D0</color> <color name="grey">FFA0A0A0</color> <color name="grey2">FF777777</color> <color name="grey3">FF2C2C2C</color> <color name="black">FF000000</color> <color name="blue">FF12B2E7</color> - <color name="darkblue">FF009FC9</color> - <color name="selected">FF12B2E7</color> + <color name="selected">FF11E7B1</color> </colors> |