From 9876b223339502ce4c67c2c82e5b105d99d05957 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 10 Nov 2016 14:23:52 -0500 Subject: Set tmux status colors BLACK --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 3d78e2c4..06c1d765 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,6 +14,7 @@ set -g status-right '[#S] %H:%M' set -g window-status-format ' #{=20:pane_title} ' set -g window-status-current-format '#[reverse] #{pane_title} ' set -g window-status-separator '|' +set -g status-style bg=black,fg=white bind t new-window -c '#{pane_current_path}' bind o last-window -- cgit 1.4.1