Merge light and dark themes (#5470)

* Merge AMOLED and regular dark themes

This allows all variants of dark themes to use black backgrounds as a
separate preference.

* Merge light and dark themes

* Fix ReaderSeekBar color on Dark Blue theme

* Color fixes

* Fix Dark Blue bars ripple

* Simplify night mode check
This commit is contained in:
Ivan Iskandar
2021-07-02 19:44:04 +07:00
committed by GitHub
parent 82f3677168
commit 0eadc028b6
71 changed files with 408 additions and 785 deletions

View File

@@ -68,13 +68,8 @@
<string name="system_default">Standardno</string>
<string name="pref_language">Jezik</string>
<string name="pref_start_screen">Početni ekran</string>
<string name="theme_dark_amoled">AMOLED crna</string>
<string name="theme_dark_blue">Tamnoplava</string>
<string name="theme_dark_default">Standardno</string>
<string name="pref_theme_dark">Tamna tema</string>
<string name="theme_light_blue">Svjetloplava</string>
<string name="theme_light_default">Standardno</string>
<string name="pref_theme_light">Svijetla tema</string>
<string name="theme_darkblue">Tamnoplava</string>
<string name="theme_default">Standardno</string>
<string name="theme_system">Slijedi sustav</string>
<string name="theme_dark">Uključeno</string>
<string name="theme_light">Isključeno</string>
@@ -647,6 +642,6 @@
<string name="pref_create_folder_per_manga">Spremi stranice u zasebne mape</string>
<string name="pref_reader_actions">Radnje</string>
<string name="cancel_all_for_series">Prekini sve za ovu seriju</string>
<string name="theme_dark_greenapple">Zelena jabuka</string>
<string name="theme_light_strawberrydaiquiri">Jagoda Daikiri</string>
<string name="theme_greenapple">Zelena jabuka</string>
<string name="theme_strawberrydaiquiri">Jagoda Daikiri</string>
</resources>