fix: cut light theme from picker, shorten Save button label
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user