scheme: dynamic scheme

This commit is contained in:
2 * r + 2 * t
2025-01-26 00:05:01 +11:00
parent c5f00b1c0f
commit 231185d339
5 changed files with 121 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if test "$argv[1]" = workspace-action
end
if test "$argv[1]" = scheme
set -l valid_schemes mocha macchiato frappe latte
set -l valid_schemes dynamic mocha macchiato frappe latte
contains "$argv[2]" $valid_schemes && echo -n $argv[2] > $CACHE/scheme/current.txt || error "Invalid scheme: $argv[2]"
exit
end