summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-11-10 14:23:52 -0500
committerJune McEnroe <june@causal.agency>2016-11-10 14:23:52 -0500
commitcfe5bcc11802fe19668629c100bee302498e0ed1 (patch)
tree48b6aa9acb2890f1c0b884b9ce042326fc240cd8
parentUpdate pbd.c style (diff)
downloadsrc-cfe5bcc11802fe19668629c100bee302498e0ed1.tar.gz
src-cfe5bcc11802fe19668629c100bee302498e0ed1.zip
Set tmux status colors BLACK
Diffstat (limited to '')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
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