1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-26 10:35:50 +01:00

adjust colors (#753)

Adjusted the colors a bit to
1. match material colors
2. have a visible distinction between primary_dark and primarydark_dark
3. match the color used by the action bar and side drawer in dark theme
This commit is contained in:
mueller-ma 2017-08-10 20:42:26 +02:00 committed by Daniele Gobbetti
parent 3c8706cc22
commit 2f375e9a41

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary_light" type="color">#ff5000</color>
<color name="primarydark_light" type="color">#f0f03000</color>
<color name="primary_light" type="color">#ff3d00</color>
<color name="primarydark_light" type="color">#dd2c00</color>
<color name="primary_dark" type="color">#f03000</color>
<color name="primarydark_dark" type="color">#f0f03000</color>
<color name="primary_dark" type="color">#ff3d00</color>
<color name="primarydark_dark" type="color">#dd2c00</color>
<color name="accent" type="color">#0091ea</color>