From b07e3c902fe02e64cbf97dba0da4d49e9cf25c1d Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Tue, 11 Oct 2022 08:17:29 +0200 Subject: [PATCH] Update syntax --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 238df90..9cd2e5c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ set -g status-bg black set -g status-fg white -set-window-option -g window-status-current-fg colour067 +set-window-option -g window-status-style fg=colour67 set -g status-left '#[default]' set -g status-right '%H:%M %d/%m/%Y'