fix: pomodoro colors

This commit is contained in:
Abhishek Keshri 2024-11-04 01:32:50 +05:30
parent 07f8d6c9c0
commit 5c7eae89d5
No known key found for this signature in database

View file

@ -48,8 +48,8 @@ declare -A plugin_colors=(
["ping"]="purple text"
["weather"]="yellow text"
["time"]="light_blue text"
["pomodoro"]="red text"
["window"]="bg_main blue"
["pomodoro"]="bg_main green"
)
get_plugin_colors() {
@ -165,8 +165,8 @@ set_theme() {
["ping"]="text purple"
["weather"]="text yellow"
["time"]="text light_blue"
["pomodoro"]="text red"
["window"]="blue bg_main"
["pomodoro"]="text bg_main"
)
fi
}