Apply new UI colors
Action bar color is Blue 700. Status bar color is Blue 900. Accent color is not from Material Design palette. See https://www.google.com/design/spec/style/color.html for color values.
This commit is contained in:
parent
db3e8a62c4
commit
c6a2b1174e
@ -4,9 +4,9 @@
|
||||
<color name="unsigned">#ffCC0000</color>
|
||||
<color name="unverified">#ff999999</color>
|
||||
|
||||
<color name="fdroid_blue">#FF6097C5</color>
|
||||
<color name="fdroid_blue_dark">#ff4b7195</color>
|
||||
<color name="fdroid_green">#FFAAD024</color>
|
||||
<color name="fdroid_blue">#ff1976d2</color>
|
||||
<color name="fdroid_blue_dark">#ff0d47a1</color>
|
||||
<color name="fdroid_green">#ff8ab000</color>
|
||||
|
||||
<color name="swap_light_blue">#27aae1</color>
|
||||
<color name="swap_light_blue_pressed">#ff98cce1</color>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<item name="colorPrimary">@color/fdroid_blue</item>
|
||||
<item name="colorPrimaryDark">@color/fdroid_blue_dark</item>
|
||||
|
||||
<item name="colorAccent">@color/fdroid_green</item>
|
||||
</style>
|
||||
|
||||
<style name="AppBaseThemeLight" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
@ -13,6 +13,7 @@
|
||||
|
||||
<item name="colorPrimary">@color/fdroid_blue</item>
|
||||
<item name="colorPrimaryDark">@color/fdroid_blue_dark</item>
|
||||
<item name="colorAccent">@color/fdroid_green</item>
|
||||
</style>
|
||||
|
||||
<color name="black">#FF000000</color>
|
||||
@ -177,4 +178,4 @@
|
||||
<item name="android:textStyle">italic</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user