refactor(theme): use whiskers (#207)
This commit is contained in:
parent
804f060fe1
commit
2292669be3
6 changed files with 32 additions and 6 deletions
|
@ -42,7 +42,7 @@ main() {
|
|||
# '$key' stores the key.
|
||||
# '$val' stores the value.
|
||||
eval "local $key"="$val"
|
||||
done <"${PLUGIN_DIR}/catppuccin-${theme}.tmuxtheme"
|
||||
done <"${PLUGIN_DIR}/themes/catppuccin_${theme}.tmuxtheme"
|
||||
|
||||
# status general
|
||||
local status_default status_justify status_background message_background
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue