From f69a0605a81de992a89f9d32752f5f21a0618a16 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 30 Dec 2021 00:53:48 +0100 Subject: 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. --- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs') 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; } } -- cgit v1.2.3