mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 13:27:57 +01:00
Added "Strawberry Daiquiri" theme (#5176)
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
<color name="dialogLight">@color/md_white_1000</color>
|
||||
<color name="selectorColorLight">@color/md_blue_A400_38</color>
|
||||
|
||||
<!-- Strawberry Daiquiri Theme -->
|
||||
<color name="colorAccentStrawberry">#ED4A65</color>
|
||||
<color name="rippleSecondaryColorStrawberry">#0AED4A65</color>
|
||||
<color name="selectorColorStrawberry">#6FED4A65</color>
|
||||
|
||||
<!-- Dark Theme -->
|
||||
<color name="colorAccentDark">#3399FF</color>
|
||||
<color name="textColorPrimaryDark">@color/md_white_1000</color>
|
||||
|
||||
@@ -156,6 +156,7 @@
|
||||
<string name="pref_theme_light">Light theme</string>
|
||||
<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="pref_theme_dark">Dark theme</string>
|
||||
<string name="theme_dark_default">Default</string>
|
||||
<string name="theme_dark_blue">Dark blue</string>
|
||||
|
||||
@@ -132,6 +132,20 @@
|
||||
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">false</item>
|
||||
</style>
|
||||
|
||||
<!--== Strawberry Daiquiri theme ==-->
|
||||
<style name="Theme.Tachiyomi.Light.StrawberryDaiquiri">
|
||||
<!-- Theme colors -->
|
||||
<item name="colorAccentOnPrimary">@color/colorAccentStrawberry</item>
|
||||
<item name="colorSecondary">@color/colorAccentStrawberry</item>
|
||||
<item name="colorAccent">@color/colorAccentStrawberry</item>
|
||||
|
||||
<!-- Ripples -->
|
||||
<item name="rippleSecondaryColor">@color/rippleSecondaryColorStrawberry</item>
|
||||
|
||||
<!-- Custom Attributes-->
|
||||
<item name="colorLibrarySelectionActive">@color/selectorColorStrawberry</item>
|
||||
</style>
|
||||
|
||||
<!--=============-->
|
||||
<!-- Dark Themes -->
|
||||
<!--=============-->
|
||||
|
||||
Reference in New Issue
Block a user