Add support for olimorris/tmux-pomodoro-plus tmux plugin. (#22)

This commit is contained in:
Luciano 2024-10-30 22:02:02 -03:00 committed by GitHub
parent 74c6c25a28
commit 4646757c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 0 deletions

View file

@ -48,6 +48,7 @@ declare -A plugin_colors=(
["weather"]="yellow text"
["time"]="light_blue text"
["window"]="bg_main blue"
["pomodoro"]="bg_main green"
)
get_plugin_colors() {
@ -163,6 +164,7 @@ set_theme() {
["weather"]="text yellow"
["time"]="text light_blue"
["window"]="blue bg_main"
["pomodoro"]="text bg_main"
)
fi
}