fix: cut light theme from picker, shorten Save button label

This commit is contained in:
Nathan Esquenazi
2026-04-05 04:06:02 +00:00
parent b8b063f325
commit 805fa296c8
3 changed files with 2 additions and 3 deletions

View File

@@ -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;