From 19a4adbab322e1ef9c2ae6eb727f6f9f5ffaa885 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Thu, 3 Dec 2020 16:10:59 -0500 Subject: [PATCH] change tmux colors --- files/tmux/.tmux.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index cfb4c1a..99e72c3 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -16,7 +16,12 @@ set -sg escape-time 0 # appearance set -g status-style "bg=colour16 fg=white,bold" -set -g window-status-current-style "fg=yellow,bold" +set -g window-status-current-style "bg=yellow fg=white,bold" + +set -g status-left-length 100 +set -g status-right-length 100 + +# set -g status-right-style "bg=green fg=colour16,bold" # set -g status-bg black # set -g status-fg white