Adapt App Themes to M3 Color System (#6230)
* 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>
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!--== Midnight Dusk Theme ==-->
|
||||
<style name="Theme.Tachiyomi.MidnightDusk">
|
||||
<!-- Theme Colors -->
|
||||
<item name="colorPrimary">@color/accent_midnightdusk</item>
|
||||
<item name="colorTertiary">@color/md_blue_A400</item>
|
||||
<item name="colorControlHighlight">@color/ripple_colored_midnightdusk</item>
|
||||
<item name="colorSurface">@color/surface_midnightdusk</item>
|
||||
<item name="android:colorBackground">@color/background_midnightdusk</item>
|
||||
</style>
|
||||
|
||||
<!--== AMOLED Mode Overlay ==-->
|
||||
<style name="ThemeOverlay.Tachiyomi.Amoled" parent="">
|
||||
<!-- Theme Colors -->
|
||||
|
||||
Reference in New Issue
Block a user