abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
diff options
context:
space:
mode:
authorAnimesh2025-08-25 02:06:45 +0530
committerGitHub2025-08-24 22:36:45 +0200
commitdfb2c7eaf9dd68b5619ecc6585a0be9bdfeb6760 (patch)
tree415c35f852bf4bd4d146838c112640d6907bcab6 /srcs/juloo.keyboard2
parentcedf3aeb1c63ac91f550dd48f984cf4f6cf68ed7 (diff)
downloadunexpected-keyboard-dfb2c7eaf9dd68b5619ecc6585a0be9bdfeb6760.tar.gz
unexpected-keyboard-dfb2c7eaf9dd68b5619ecc6585a0be9bdfeb6760.zip
add Everforest Light theme (#1080)
Diffstat (limited to 'srcs/juloo.keyboard2')
-rw-r--r--srcs/juloo.keyboard2/Config.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index 6ca8113..dbdd877 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -255,6 +255,7 @@ public final class Config
return R.style.MonetLight;
return R.style.MonetDark;
case "rosepine": return R.style.RosePine;
+ case "everforestlight": return R.style.EverforestLight;
default:
case "system":
if ((night_mode & Configuration.UI_MODE_NIGHT_NO) != 0)