mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-02 15:18:56 +01:00
Match status/nav bar to reader toolbar color
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
|
||||
<!-- Reader Theme -->
|
||||
<color name="readerColorDarkPrimary">@color/colorDarkPrimary</color>
|
||||
<color name="readerColorDarkPrimaryDark">@color/colorDarkPrimaryDark</color>
|
||||
<color name="pageNumberBackgroundLight">@color/md_grey_50_75</color>
|
||||
<color name="pageNumberBackgroundDark">@color/md_grey_900_75</color>
|
||||
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
<!--==============-->
|
||||
<style name="Theme.Base.Reader.Dark" parent="Theme.Base.Dark">
|
||||
<item name="colorPrimary">@color/readerColorDarkPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/readerColorDarkPrimaryDark</item>
|
||||
<item name="colorPrimaryDark">@color/readerColorDarkPrimary</item>
|
||||
<item name="android:colorBackground">@android:color/black</item>
|
||||
|
||||
<item name="android:statusBarColor">?colorPrimaryDark</item>
|
||||
@@ -146,7 +146,7 @@
|
||||
|
||||
<style name="Theme.Base.Reader.Light" parent="Theme.Base">
|
||||
<item name="colorPrimary">@color/readerColorDarkPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/readerColorDarkPrimaryDark</item>
|
||||
<item name="colorPrimaryDark">@color/readerColorDarkPrimary</item>
|
||||
<item name="android:colorBackground">@android:color/white</item>
|
||||
|
||||
<item name="android:statusBarColor">?colorPrimaryDark</item>
|
||||
|
||||
Reference in New Issue
Block a user