From 64de0f409ea9ca095a896c211a98b0633ab338f5 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sat, 30 Jan 2021 14:31:31 -0500 Subject: [PATCH] change tmux colors --- files/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index 01b25e7..ab53826 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -16,7 +16,7 @@ set -sg escape-time 0 # appearance set -g status-style "bg=colour16 fg=white,bold" -set -g window-status-current-style "bg=yellow fg=colour16,bold" +set -g window-status-current-style "fg=yellow,bold" set -g status-left-length 100 set -g status-right-length 100