Update theme engine

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-20 09:07:45 +01:00
parent 2f47f70d0b
commit 1c554f1700
16 changed files with 81 additions and 102 deletions

View File

@@ -2,6 +2,9 @@ _theme_completion() {
local options=(
'-m[Set mode: 'light', 'dark', or 'toggle']:mode:(light dark toggle)'
'-w[Set wallpaper file]:file:_files'
'-h[Set plain color (hex)]:hex color:'
'-f[Set flavor]:flavor:(content expressive fidelity fruit-salad monochrome neutral rainbow tonal-spot)'
'-c[Set contrast (-1 to 1)]:contrast:'
)
local curcontext="$curcontext" state line
typeset -A opt_args