From f34d132ce16f556a65c83f1c05f6386690dafa16 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 13 Feb 2024 03:39:00 +0300 Subject: [PATCH] Tmux : Update colors to match neovim theme. --- .config/tmux/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 696f1b8..ad34fa8 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -72,16 +72,16 @@ set -g window-size smallest # Statusbar. set -g status-position bottom set -g status-justify left -set -g status-style 'bg=yellow fg=black dim' +set -g status-style 'bg=color236 fg=color187' set -g status-left ' #H-#S #(count=$(tmux list-clients -t #S | wc -l); [ ${count} -gt 1 ] && echo "(${count}) ")' -set -g status-right '#[fg=black,bg=orange] #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ")%Y-%m-%d %H:%M ' +set -g status-right '#[fg=color187,bg=color239] #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ")%Y-%m-%d %H:%M ' set -g status-right-length 50 set -g status-left-length 50 -setw -g window-status-current-style 'fg=black bg=orange bold' +setw -g window-status-current-style 'fg=black bg=color143 bold' setw -g window-status-current-format ' #I#[fg=black]:#[fg=black]#W#[fg=black]#F ' -setw -g window-status-style 'fg=black bg=darkgray' +setw -g window-status-style 'fg=black bg=color138' setw -g window-status-format ' #I#[fg=black]:#[fg=black]#W#[fg=black]#F ' setw -g window-status-bell-style 'fg=black bg=white bold'