mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Set grey setting sheet for Grey background option (#5193)
This commit is contained in:
parent
a271c3726e
commit
9be8f675ac
@ -445,6 +445,10 @@
|
|||||||
|
|
||||||
<!--== Dark Grey Reader ==-->
|
<!--== Dark Grey Reader ==-->
|
||||||
<style name="Theme.Reader.Dark.Grey" parent="Theme.Base.Reader.Dark">
|
<style name="Theme.Reader.Dark.Grey" parent="Theme.Base.Reader.Dark">
|
||||||
|
<!-- Theme colors -->
|
||||||
|
<item name="colorSurface">@color/backgroundDark</item>
|
||||||
|
|
||||||
|
<!-- Base background/text colors -->
|
||||||
<item name="android:colorBackground">@color/backgroundDark</item>
|
<item name="android:colorBackground">@color/backgroundDark</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user