mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-16 15:32:50 +01:00
88bc0bf613
* Adapt Default theme to M3 color system * Adapt Dynamic theme to M3 color system * Adapt Midnight Dusk theme to M3 color system * Adapt Strawberry Daiquiri theme to M3 color system * Adapt Yotsuba theme to M3 color system * Adapt Tako theme to M3 color system * Adapt Green Apple theme to M3 color system * Adapt Teal & Turquoise theme to M3 color system * Adapt Yin & Yang theme to M3 color system * Remove old theme colors * Yotsuba theme adjustments Co-authored-by: ztimms73 <vp1984tanki@gmail.com> * Green Apple theme adjustments Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com> * Tako theme adjustments * Midnight Dusk theme adjustments * Use colorSurfaceVariant for colorControlHighlight * Nits Co-authored-by: ztimms73 <vp1984tanki@gmail.com> Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com>
15 lines
445 B
XML
15 lines
445 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!--== AMOLED Mode Overlay ==-->
|
|
<style name="ThemeOverlay.Tachiyomi.Amoled" parent="">
|
|
<!-- Theme Colors -->
|
|
<item name="colorSurface">@color/surface_amoled</item>
|
|
<item name="android:colorBackground">@color/background_amoled</item>
|
|
|
|
<!-- Custom Attributes-->
|
|
<item name="colorFilterActive">@color/filter_dark</item>
|
|
</style>
|
|
|
|
</resources>
|