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

This reverts commit 012d830953.
This commit is contained in:
Abhishek Keshri 2024-11-04 01:20:15 +05:30
parent b34b38f13b
commit 74214e6dea
No known key found for this signature in database
3 changed files with 26 additions and 0 deletions

View file

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