From d0bea6a6390b16272f32a5ff9dcf3196d60c9584 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Mon, 30 Sep 2024 17:41:38 -0600 Subject: [PATCH] Tmux: update grey color code for v3.5 --- tmux/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) \