From 34c3fe885c862f9a0d3164deafade79f6c5ee2c4 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 15 Dec 2023 02:55:45 +0800 Subject: [PATCH] Change to use newer syntax. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 383295c..3ed0021 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,7 +5,7 @@ unbind C-b # set-option -g status-bg colour27 set-option -g status-fg white -set-option -g window-status-current-bg colour28 +set-option -g window-status-current-style bg=colour28 # set -g default-terminal "screen-256color" set -g status-interval 1