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

@@ -22,13 +22,8 @@
<string name="system_default">ಡೀಫಾಲ್ಟ್</string>
<string name="pref_language">ಭಾಷೆ</string>
<string name="pref_start_screen">ಮೊದಲ ಪುಟ</string>
<string name="theme_dark_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>