diff options
| author | wei lang | 2025-09-29 06:03:35 +0700 |
|---|---|---|
| committer | GitHub | 2025-09-29 01:03:35 +0200 |
| commit | 635c7d58824642a5f76536ccc7c6b7f7975546c3 (patch) | |
| tree | 75163e9c0ef8a6f883f2b1f1b8f9016ed51416a5 /srcs | |
| parent | df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46 (diff) | |
| download | unexpected-keyboard-635c7d58824642a5f76536ccc7c6b7f7975546c3.tar.gz unexpected-keyboard-635c7d58824642a5f76536ccc7c6b7f7975546c3.zip | |
Cobalt & Pine theme (#1084)
Diffstat (limited to 'srcs')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
