Files
dotfiles/.kvantum/apply-color
2025-10-18 18:22:22 +02:00

11 lines
262 B
Bash
Executable File

#!/bin/bash
path=$(dirname "$(readlink -f "$0")")
. "$path"/../.utils/apply-color-parse-arg
kvantummanager --set catppuccin-mocha-"$colorName" || {
log_error "Failed to set kvantum theme to catppuccin-mocha-${colorName}"
exit 1
}
log_success "kvantum"