diff options
| author | Jules Aguillon | 2021-12-30 00:53:48 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-30 00:53:48 +0100 |
| commit | f69a0605a81de992a89f9d32752f5f21a0618a16 (patch) | |
| tree | 2e84243531e98f67310db176898b616ae50e16e7 /res/values/arrays.xml | |
| parent | 29367f127d8927b063c1f869646d489df83079be (diff) | |
| download | unexpected-keyboard-f69a0605a81de992a89f9d32752f5f21a0618a16.tar.gz unexpected-keyboard-f69a0605a81de992a89f9d32752f5f21a0618a16.zip | |
Add the Black theme
Friendly to Amoled screens.
The background of keys is the same as the background of the whole
keyboard: pure black.
Colors are also slightly stronger.
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 819b1e6..ae5fbd6 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -21,10 +21,12 @@ <string-array name="pref_theme_entries"> <item>@string/pref_theme_e_dark</item> <item>@string/pref_theme_e_light</item> + <item>@string/pref_theme_e_black</item> </string-array> <string name="pref_theme_default">dark</string> <string-array name="pref_theme_values"> <item>dark</item> <item>light</item> + <item>black</item> </string-array> </resources> |
