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

This reverts commit 4646757c9e.
This commit is contained in:
Abhishek Keshri 2024-10-31 06:58:15 +05:30
parent 52e3405b67
commit 012d830953
No known key found for this signature in database
3 changed files with 0 additions and 26 deletions

View file

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