2019-10-23 23:43:18 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2019-10-27 19:05:35 -07:00
|
|
|
<style name="Theme.Base.Reader" parent="Theme.Base">
|
|
|
|
<item name="android:statusBarColor">?colorPrimaryDark</item>
|
|
|
|
<item name="android:navigationBarColor">?colorPrimaryDark</item>
|
2020-02-01 23:40:48 -08:00
|
|
|
<item name="colorPrimary">@color/readerPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/readerPrimary</item>
|
|
|
|
<item name="android:colorBackground">@color/readerDarkBackground</item>
|
2019-10-23 23:43:18 -07:00
|
|
|
</style>
|
|
|
|
|
2020-02-01 01:29:26 -08:00
|
|
|
<style name="Theme.Tachiyomi.MatWhite" parent="Theme.Tachiyomi">
|
2020-02-05 01:49:30 -08:00
|
|
|
<item name="tabBarIconColor">@color/tabBarIconHighlight</item>
|
|
|
|
<item name="tabBarIconInactive">@color/md_white_1000_76</item>
|
2020-02-01 01:29:26 -08:00
|
|
|
</style>
|
|
|
|
|
2019-10-26 21:42:49 -07:00
|
|
|
<style name="Theme.Tachiyomi.DarkBlue" parent="Theme.Tachiyomi">
|
2020-01-29 23:57:17 -08:00
|
|
|
<item name="colorPrimary">#54759E</item>
|
|
|
|
<item name="colorPrimaryDark">#54759E</item>
|
2020-02-05 00:32:50 -08:00
|
|
|
<item name="badgeColor">@color/material_red_accent_700</item>
|
2020-02-05 01:49:30 -08:00
|
|
|
<item name="tabBarIconColor">@color/md_white_1000</item>
|
2019-10-23 23:43:18 -07:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<!--==============-->
|
|
|
|
<!-- Amoled Theme -->
|
|
|
|
<!--==============-->
|
2019-10-26 21:42:49 -07:00
|
|
|
<style name="Theme.Tachiyomi.Amoled" parent="Theme.Tachiyomi">
|
2019-10-23 23:43:18 -07:00
|
|
|
<item name="colorPrimary">@color/colorAmoledPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorAmoledPrimary</item>
|
|
|
|
<item name="android:colorBackground">@color/md_black_1000</item>
|
2019-12-16 20:14:33 -08:00
|
|
|
<item name="snackbar_background">@color/trueSnackbarBackground</item>
|
2020-01-29 23:57:17 -08:00
|
|
|
<item name="snackbar_text">@color/textColorPrimary</item>
|
2019-10-23 23:43:18 -07:00
|
|
|
|
|
|
|
<!-- Custom Attributes-->
|
|
|
|
<item name="selectable_list_drawable">@drawable/list_item_selector_amoled</item>
|
|
|
|
<item name="selectable_library_drawable">@drawable/library_item_selector_amoled</item>
|
|
|
|
<item name="background_card">@color/dialog_amoled</item>
|
2020-01-11 16:23:30 -08:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Material Dialog colors -->
|
2020-01-29 23:57:17 -08:00
|
|
|
<item name="md_color_title">@color/textColorPrimary</item>
|
|
|
|
<item name="md_color_content">@color/textColorSecondary</item>
|
|
|
|
<item name="md_color_button_text">@color/colorAccent</item>
|
2020-01-11 16:23:30 -08:00
|
|
|
<item name="md_background_color">@color/dialog_amoled</item>
|
|
|
|
<item name="md_corner_radius">16dp</item>
|
2019-10-23 23:43:18 -07:00
|
|
|
</style>
|
|
|
|
</resources>
|