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

@@ -115,13 +115,8 @@
<string name="pref_date_format">तारिकेचा स्वरूप</string>
<string name="system_default">डिफॉल्ट</string>
<string name="pref_language">भाषा</string>
<string name="theme_dark_amoled">पूर्ण काडा (AMOLED)</string>
<string name="theme_dark_blue">गडद निडा</string>
<string name="theme_dark_default">डिफॉल्ट</string>
<string name="pref_theme_dark">गडद थीमचा प्रकार</string>
<string name="theme_light_blue">फिक्का निडा</string>
<string name="theme_light_default">डिफॉल्ट</string>
<string name="pref_theme_light">लाइट थीमची रुपे</string>
<string name="theme_darkblue">गडद निडा</string>
<string name="theme_default">डिफॉल्ट</string>
<string name="theme_system">तंत्राचे अनुसरण करा</string>
<string name="theme_dark">डार्क</string>
<string name="theme_light">लाइट</string>