mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-30 22:07:57 +01:00
Added "Yotsuba" theme (#5290)
This commit is contained in:
committed by
GitHub
parent
4dfb3cc972
commit
9b967177c5
@@ -33,6 +33,11 @@
|
||||
<color name="rippleSecondaryColorStrawberry">#0AED4A65</color>
|
||||
<color name="selectorColorStrawberry">#BFED4A65</color>
|
||||
|
||||
<!-- Yotsuba Theme -->
|
||||
<color name="colorAccentYotsuba">#FC8C5C</color>
|
||||
<color name="rippleSecondaryColorYotsuba">#0AFC8C5C</color>
|
||||
<color name="selectorColorYotsuba">#BFFC8C5C</color>
|
||||
|
||||
<!-- Dark Theme -->
|
||||
<color name="colorAccentDark">#3399FF</color>
|
||||
<color name="textColorPrimaryDark">@color/md_white_1000</color>
|
||||
|
||||
@@ -148,6 +148,7 @@
|
||||
<string name="theme_light_default">Default</string>
|
||||
<string name="theme_light_blue">Light Blue</string>
|
||||
<string name="theme_light_strawberrydaiquiri">Strawberry Daiquiri</string>
|
||||
<string name="theme_light_yotsuba">Yotsuba</string>
|
||||
<string name="pref_theme_dark">Dark theme</string>
|
||||
<string name="theme_dark_default">Default</string>
|
||||
<string name="theme_dark_blue">Dark Blue</string>
|
||||
|
||||
@@ -72,6 +72,10 @@
|
||||
<item name="colorAccent">@color/colorAccentStrawberry</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Light.Yotsuba" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentYotsuba</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Dark" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentDark</item>
|
||||
</style>
|
||||
|
||||
@@ -155,6 +155,25 @@
|
||||
<item name="colorLibrarySelectionActive">@color/selectorColorStrawberry</item>
|
||||
</style>
|
||||
|
||||
<!--== Yotsuba theme ==-->
|
||||
<style name="Theme.Tachiyomi.Light.Yotsuba">
|
||||
<!-- Theme colors -->
|
||||
<item name="colorAccentOnPrimary">@color/colorAccentYotsuba</item>
|
||||
<item name="colorSecondary">@color/colorAccentYotsuba</item>
|
||||
<item name="colorTertiary">@color/md_blue_A400</item>
|
||||
<item name="colorOnTertiary">@color/md_white_1000</item>
|
||||
<item name="colorAccent">@color/colorAccentYotsuba</item>
|
||||
|
||||
<!-- Ripples -->
|
||||
<item name="rippleSecondaryColor">@color/rippleSecondaryColorYotsuba</item>
|
||||
|
||||
<!-- Themes -->
|
||||
<item name="materialAlertDialogTheme">@style/Theme.AlertDialog.Light.Yotsuba</item>
|
||||
|
||||
<!-- Custom Attributes-->
|
||||
<item name="colorLibrarySelectionActive">@color/selectorColorYotsuba</item>
|
||||
</style>
|
||||
|
||||
<!--=============-->
|
||||
<!-- Dark Themes -->
|
||||
<!--=============-->
|
||||
|
||||
Reference in New Issue
Block a user