From 9da0cf603c8fd357b79e469d627354ee35a057c8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 19:03:37 -0300 Subject: etc/tmux/tmux.conf: Increase contrast of status bar --- etc/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/tmux/tmux.conf') diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index dd718ca..cd2ec6b 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -47,8 +47,8 @@ bind-key b setw synchronize-panes \; display-message "synchronize-panes toggle" setw -g mode-keys vi # Move around with vi keys set-option -g status-key "vi" # Use vi mode for status bar command (like after typing "C-x [" one can search with "/") -set-option -g status-bg "#666666" # Status bar background color -set-option -g status-fg "#aaaaaa" # Status bar foreground color +set-option -g status-bg "#333333" # Status bar background color +set-option -g status-fg "#ffffff" # Status bar foreground color set-option -g status-left-length 50 # session name in status bar length =[annex]= part set-option -g history-limit 150000 # How many lines of history to keep set-option -g status-right "" -- cgit v1.2.3