summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2019-07-21 02:33:07 +0200
committerDavid Kaufmann <astra@ionic.at>2019-07-21 02:33:07 +0200
commitccf99e88adae36908fc35ddf827a41cba36e20cd (patch)
tree6dacd802eac91d8af5df04822966d43d23da58b7 /home
parentd1595072a197a86d7712987b0de607f11ce51ae7 (diff)
downloadconfig-ccf99e88adae36908fc35ddf827a41cba36e20cd.tar.gz
tmux: update from 2.8 to 2.9
Diffstat (limited to 'home')
-rw-r--r--home/.tmux.conf30
1 files changed, 10 insertions, 20 deletions
diff --git a/home/.tmux.conf b/home/.tmux.conf
index 302bd04..2f8aebd 100644
--- a/home/.tmux.conf
+++ b/home/.tmux.conf
@@ -74,33 +74,23 @@ unbind-key -n M-Up
unbind-key -n M-Down
# color options (panes)
-set -g pane-border-fg black
-set -g pane-active-border-fg brightred
+set -g pane-border-style fg=black
+set -g pane-active-border-style fg=brightred
# status bar design
-set-option -g status-bg black
-set-option -g status-fg green
-set-option -g status-attr dim
+set -g status-style bg=black,fg=green,dim
# messaging
-set -g message-bg black
-set -g message-fg brightgreen
-set -g message-command-bg black
-set -g message-command-fg brightred
+set -g message-style bg=black,fg=brightgreen
+set -g message-command-style bg=black,fg=brightred
# window mode
-setw -g mode-fg green
-setw -g mode-bg black
+set -g mode-style bg=black,fg=green
# window status
setw -g window-status-format "#[bg=black]#[fg=green] #I #[bg=black]#[fg=green]#W#F "
setw -g window-status-current-format "#[bg=green]#[fg=black] #I #[bg=green]#[fg=black]#W#F "
-setw -g window-status-current-bg red
-setw -g window-status-current-fg yellow
-setw -g window-status-current-attr bold
-setw -g window-status-bg green
-setw -g window-status-fg black
-
-setw -g window-status-bell-bg red
-setw -g window-status-bell-bg black
-setw -g window-status-bell-attr bold
+set -g window-status-current-style bg=red,fg=yellow,bold
+set -g window-status-style bg=green,fg=black
+
+set -g window-status-bell-style bg=red,fg=black,bold