From 27b06f375f457d0c777b6c2dcc5b2700e3109af2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 25 Nov 2020 16:51:44 +0100 Subject: tmux: tweak statusbar style --- dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index a8d935d..9a97d53 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -34,7 +34,7 @@ set-option -g update-environment "\ set -g status-right "#(hostname -f) %a %F %H:%M" set -g status-right-length 48 -set -g status-style fg=white,dim,bg=colour23 +set -g status-style fg=colour194,bold,bg=colour23 # source the machine-specific file if-shell "[ -f ~/.config/tmux_local.conf ]" 'source ~/.config/tmux_local.conf' -- cgit v1.2.3