Added Saikou theme (#40)
* Update colors.xml * Update themes.xml * Update themes.xml * Update ThemeManager.kt * Update ThemeManager.kt * Update ThemeManager.kt * Update ThemeManager.kt * Update DevelopersDialogFragment.kt * Update activity_main.xml * Update item_anime_page.xml * Update item_manga_page.xml * Update fragment_login.xml * Update activity_media.xml * Update activity_media.xml * Update item_anime_page.xml * Update item_manga_page.xml * Update themes.xml * Update themes.xml * Update exo_player_control_view.xml * Update activity_author.xml * Update activity_studio.xml * Update activity_manga_reader.xml * Update activity_novel_reader.xml * Update activity_media.xml Fix * Update tab_layout_icon.xml * Update activity_media.xml * Update activity_media.xml * Update tab_layout_icon.xml Changed selected layout icon from primary to secondary * Update activity_list.xml * Update ListActivity.kt Unbound listTabLayout, listAppBar and listTitle because it stopped color reallocation * Update CalendarActivity.kt Unbound listTabLayout, listAppBar and listTitle because it stopped color reallocation * Update button_switch_track.xml * Update CalendarActivity.kt Undo * Update ListActivity.kt Undo * Update CalendarActivity.kt * Update ListActivity.kt * Update ListActivity.kt * Update CalendarActivity.kt (Saikou theme complete!) I'll just need to check for bugs and request to merge * Update ThemeManager.kt Took Sakiou theme out of beta * Update tab_layout_icon.xml Changes to media tabs (less accurate to Saikou but selected menu is more vibrant and supports other themes better) * Update activity_media.xml Changes to media tabs (less accurate to Saikou but selected menu is more vibrant and supports other themes better) * Update activity_media.xml Changes to media tabs (less accurate to Saikou but selected menu is more vibrant and supports other themes better) * Update control_background_40dp.xml * Update build.gradle Changed version number
This commit is contained in:
parent
a58e9a523a
commit
eee1242964
22 changed files with 201 additions and 67 deletions
|
@ -145,7 +145,7 @@
|
|||
<item name="colorOnSurface">@color/bg_white</item>
|
||||
<item name="colorSurfaceVariant">@color/bg_black</item>
|
||||
<item name="colorOnSurfaceVariant">@color/bg_white</item>
|
||||
<item name="colorOutline">@color/bg_black</item>
|
||||
<item name="colorOutline">@color/bg_white</item>
|
||||
<item name="colorOnSurfaceInverse">@color/bg_white</item>
|
||||
<item name="colorSurfaceInverse">@color/bg_black</item>
|
||||
<item name="colorPrimaryInverse">@color/bg_black</item>
|
||||
|
@ -209,6 +209,35 @@
|
|||
<item name="colorPrimaryInverse">@color/md_1_theme_dark_inversePrimary</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Dantotsu.Saikou" parent="Theme.Base">
|
||||
<item name="colorPrimary">@color/md_theme_dark_5_primary</item>
|
||||
<item name="colorOnPrimary">@color/md_theme_dark_5_onPrimary</item>
|
||||
<item name="colorPrimaryContainer">@color/md_theme_dark_5_primaryContainer</item>
|
||||
<item name="colorOnPrimaryContainer">@color/md_theme_dark_5_onPrimaryContainer</item>
|
||||
<item name="colorSecondary">@color/md_theme_dark_5_secondary</item>
|
||||
<item name="colorOnSecondary">@color/md_theme_dark_5_onSecondary</item>
|
||||
<item name="colorSecondaryContainer">@color/md_theme_dark_5_secondaryContainer</item>
|
||||
<item name="colorOnSecondaryContainer">@color/md_theme_dark_5_onSecondaryContainer</item>
|
||||
<item name="colorTertiary">@color/md_theme_dark_5_tertiary</item>
|
||||
<item name="colorOnTertiary">@color/md_theme_dark_5_onTertiary</item>
|
||||
<item name="colorTertiaryContainer">@color/md_theme_dark_5_tertiaryContainer</item>
|
||||
<item name="colorOnTertiaryContainer">@color/md_theme_dark_5_onTertiaryContainer</item>
|
||||
<item name="colorError">@color/md_theme_dark_5_error</item>
|
||||
<item name="colorErrorContainer">@color/md_theme_dark_5_errorContainer</item>
|
||||
<item name="colorOnError">@color/md_theme_dark_5_onError</item>
|
||||
<item name="colorOnErrorContainer">@color/md_theme_dark_5_onErrorContainer</item>
|
||||
<item name="android:colorBackground">@color/md_theme_dark_5_background</item>
|
||||
<item name="colorOnBackground">@color/md_theme_dark_5_onBackground</item>
|
||||
<item name="colorSurface">@color/md_theme_dark_5_surface</item>
|
||||
<item name="colorOnSurface">@color/md_theme_dark_5_onSurface</item>
|
||||
<item name="colorSurfaceVariant">@color/md_theme_dark_5_surfaceVariant</item>
|
||||
<item name="colorOnSurfaceVariant">@color/md_theme_dark_5_onSurfaceVariant</item>
|
||||
<item name="colorOutline">@color/md_theme_dark_5_outline</item>
|
||||
<item name="colorOnSurfaceInverse">@color/md_theme_dark_5_inverseOnSurface</item>
|
||||
<item name="colorSurfaceInverse">@color/md_theme_dark_5_inverseSurface</item>
|
||||
<item name="colorPrimaryInverse">@color/md_theme_dark_5_inversePrimary</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Dantotsu.BlueOLED" parent="Theme.Dantotsu.Blue">
|
||||
<item name="android:colorBackground">@color/darkest_Black</item>
|
||||
<item name="colorSurface">@color/darkest_Black</item>
|
||||
|
@ -244,4 +273,9 @@
|
|||
<item name="colorSurface">@color/darkest_Black</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
<style name="Theme.Dantotsu.SaikouOLED" parent="Theme.Dantotsu.Saikou">
|
||||
<item name="android:colorBackground">@color/darkest_Black</item>
|
||||
<item name="colorSurface">@color/darkest_Black</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue