From 635c7d58824642a5f76536ccc7c6b7f7975546c3 Mon Sep 17 00:00:00 2001 From: wei lang Date: Mon, 29 Sep 2025 06:03:35 +0700 Subject: Cobalt & Pine theme (#1084) --- srcs/juloo.keyboard2/Config.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'srcs') diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index b3eadf5..5dbf030 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -258,6 +258,9 @@ public final class Config return R.style.MonetDark; case "rosepine": return R.style.RosePine; case "everforestlight": return R.style.EverforestLight; + case "cobalt": return R.style.Cobalt; + case "pine": return R.style.Pine; + case "epaperblack": return R.style.ePaperBlack; default: case "system": if ((night_mode & Configuration.UI_MODE_NIGHT_NO) != 0) -- cgit v1.2.3