diff options
| author | Animesh | 2025-08-25 02:06:45 +0530 |
|---|---|---|
| committer | GitHub | 2025-08-24 22:36:45 +0200 |
| commit | dfb2c7eaf9dd68b5619ecc6585a0be9bdfeb6760 (patch) | |
| tree | 415c35f852bf4bd4d146838c112640d6907bcab6 /res/values/arrays.xml | |
| parent | cedf3aeb1c63ac91f550dd48f984cf4f6cf68ed7 (diff) | |
| download | unexpected-keyboard-dfb2c7eaf9dd68b5619ecc6585a0be9bdfeb6760.tar.gz unexpected-keyboard-dfb2c7eaf9dd68b5619ecc6585a0be9bdfeb6760.zip | |
add Everforest Light theme (#1080)
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index e5d8c11..cd12337 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -42,6 +42,7 @@ <item>@string/pref_theme_e_monetlight</item> <item>@string/pref_theme_e_monetdark</item> <item>@string/pref_theme_e_rosepine</item> + <item>@string/pref_theme_e_everforestlight</item> </string-array> <string-array name="pref_theme_values"> <item>system</item> @@ -57,6 +58,7 @@ <item>monetlight</item> <item>monetdark</item> <item>rosepine</item> + <item>everforestlight</item> </string-array> <string-array name="pref_swipe_dist_entries"> <item>@string/pref_swipe_dist_e_very_short</item> |
