mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
fix: pomodoro colors
This commit is contained in:
parent
07f8d6c9c0
commit
5c7eae89d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue