2021-07-02 20:44:04 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2021-07-15 20:46:30 +08:00
|
|
|
<!--== AMOLED Mode Overlay ==-->
|
|
|
|
<style name="ThemeOverlay.Tachiyomi.Amoled" parent="">
|
|
|
|
<!-- Theme Colors -->
|
|
|
|
<item name="colorSurface">@color/surface_amoled</item>
|
|
|
|
<item name="android:colorBackground">@color/background_amoled</item>
|
|
|
|
|
|
|
|
<!-- Custom Attributes-->
|
|
|
|
<item name="colorFilterActive">@color/filter_dark</item>
|
|
|
|
</style>
|
|
|
|
|
2021-07-02 20:44:04 +08:00
|
|
|
</resources>
|