From 0109eb0ae54b03a35db780773942b0d425a7d9df Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 17 May 2019 13:24:09 -0700 Subject: [PATCH] Update for new tmux --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6dbf95e..778889d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -104,8 +104,7 @@ set -g status-bg "#4e4e4e" set -g status-fg "#ffffff" set -g window-status-format "#I:#W#F" set -g window-status-current-format " #I:#W#F " -setw -g window-status-current-bg "#CAFE66" -setw -g window-status-current-fg "#000000" +set-window-option -g window-status-current-style 'fg=#000000,bg=#CAFE66' #set -g status-bg black #set -g status-fg white #setw -g window-status-current-bg black