From b1356a9d00048d4626a4e5b6de2dc3540e9ff0d8 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 18 Jun 2019 03:57:12 -0500 Subject: [PATCH] Use tmux 1.9+ syntax for status styling (#635) As of tmux 1.9, the `-bg`, `-fg`, and `-attr` options were condensed into a single `-style` option, which takes a comma-separated list of options. In tmux 2.9, the old options were fully removed. See https://git.io/fjR7c for more information. --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 2bd7c18..dd02b01 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,8 +20,7 @@ set-window-option -g pane-base-index 1 set -g renumber-windows on # soften status bar color from harsh green to light gray -set -g status-bg '#666666' -set -g status-fg '#aaaaaa' +set -g status-style bg='#666666',fg='#aaaaaa' # remove administrative debris (session name, hostname, time) in status bar set -g status-left ''