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 /srcs/juloo.keyboard2/Config.java | |
| 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 'srcs/juloo.keyboard2/Config.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index 5f59241..254f57c 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -126,6 +126,7 @@ final class Config switch (name) { case "light": return R.style.Light; + case "black": return R.style.Black; default: case "dark": return R.style.Dark; } } |
