|
@@ -10,9 +10,9 @@
|
|
|
<item name="android:navigationBarColor">@color/colorPrimaryDark</item>
|
|
|
</style>
|
|
|
|
|
|
- <!--============-->
|
|
|
- <!-- Dark Theme -->
|
|
|
- <!--============-->
|
|
|
+ <!--=============-->
|
|
|
+ <!-- Dark Themes -->
|
|
|
+ <!--=============-->
|
|
|
<style name="Theme.Tachiyomi.Dark" parent="Theme.Base.Dark">
|
|
|
<!-- Attributes specific for SDK 21 and up -->
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
@@ -20,6 +20,16 @@
|
|
|
<item name="android:navigationBarColor">@color/colorDarkPrimaryDark</item>
|
|
|
</style>
|
|
|
|
|
|
+ <style name="Theme.Tachiyomi.DarkBlue" parent="Theme.Base.Dark">
|
|
|
+ <item name="colorPrimary">@color/colorPrimary</item>
|
|
|
+ <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
+
|
|
|
+ <!-- Attributes specific for SDK 21 and up -->
|
|
|
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
|
+ <item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
+ <item name="android:navigationBarColor">@color/colorDarkPrimaryDark</item>
|
|
|
+ </style>
|
|
|
+
|
|
|
<!--==============-->
|
|
|
<!-- Amoled Theme -->
|
|
|
<!--==============-->
|