From 805fa296c8a86d10faaf45f1c1c0dd517985a94b Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Sun, 5 Apr 2026 04:06:02 +0000 Subject: [PATCH] fix: cut light theme from picker, shorten Save button label --- static/commands.js | 2 +- static/index.html | 1 - static/panels.js | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/commands.js b/static/commands.js index adaaada..2921037 100644 --- a/static/commands.js +++ b/static/commands.js @@ -124,7 +124,7 @@ async function cmdUsage(){ } async function cmdTheme(args){ - const themes=['dark','slate','light','solarized','monokai','nord']; + const themes=['dark','slate','solarized','monokai','nord']; if(!args||!themes.includes(args.toLowerCase())){ showToast('Usage: /theme '+themes.join('|')); return; diff --git a/static/index.html b/static/index.html index bb541f6..77980dd 100644 --- a/static/index.html +++ b/static/index.html @@ -335,7 +335,6 @@