light theme

This commit is contained in:
Josia Pietsch 2024-11-26 01:03:59 +01:00
parent b09c6a52b2
commit 68fa4190f3
Signed by: jrpie
GPG key ID: E70B571D66986A2D
15 changed files with 63 additions and 11 deletions

View file

@ -29,6 +29,12 @@
android:entries="@array/settings_theme_font_items"
android:summary="%s"
android:defaultValue="HACK"/>
<SwitchPreference
android:key="@string/settings_theme_text_shadow_key"
android:title="@string/settings_theme_text_shadow"
android:defaultValue="false" />
<DropDownPreference
android:key="@string/settings_theme_background_key"
android:title="@string/settings_theme_background"