diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 245112c..d71d72f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -143,7 +143,7 @@ set-option -g status-position bottom set -g status-left-length 32 set -g status-bg "black" -set -g status-fg "grey" +set -g status-fg "color250" set-option -g status-left "#[fg=yellow, bg=black bold] #H " @@ -153,9 +153,9 @@ set-window-option -g window-status-current-format "\ #[fg=green, bg=black]" set-window-option -g window-status-format "\ -#[fg=black, bg=grey]\ -#[fg=black, bg=grey] #I  #W \ -#[fg=grey, bg=black]" +#[fg=black, bg=color250]\ +#[fg=black, bg=color250] #I  #W \ +#[fg=color250, bg=black]" set-option -g status-right "\ #[fg=yellow, bg=black] #S  #(whoami) \