]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: change outdated bg/fg commands to style
authorOleg Broytman <phd@phdru.name>
Thu, 1 Sep 2016 19:56:17 +0000 (22:56 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 1 Sep 2016 19:56:17 +0000 (22:56 +0300)
.tmux.conf

index d7a47e5211fabcd50e0eea2561d13141b1d59144..0984038332f49fecd547fe952efd7505c8fbffa3 100644 (file)
@@ -31,29 +31,21 @@ set-option -g set-titles on
 # Terminal emulator window title
 set-option -g set-titles-string 'tmux #S.#I.#P #T' # session, window number, pane number, title
 
-set-option -g message-bg black
-set-option -g message-fg white
+set-option -g message-style bg=black,fg=white
 
 # Soften status bar color from black on harsh green to black on cyan
-set-option -g status-bg cyan
-set-option -g status-fg black
-
-set-option -g pane-active-border-bg default
-set-option -g pane-active-border-fg green
-set-option -g pane-border-bg default
-set-option -g pane-border-fg white
-
-set-window-option -g mode-bg black
-
-set-window-option -g window-status-bg cyan
-set-window-option -g window-status-current-attr default
-set-window-option -g window-status-current-fg blue
-set-window-option -g window-status-bell-attr default
-set-window-option -g window-status-bell-fg red
-set-window-option -g window-status-content-attr default
-set-window-option -g window-status-content-fg yellow
-set-window-option -g window-status-activity-attr default
-set-window-option -g window-status-activity-fg yellow
+set-option -g status-style bg=cyan,fg=black
+
+set-option -g pane-active-border-style bg=default,fg=red
+set-option -g pane-border-style bg=default,fg=blue
+
+set-window-option -g mode-style bg=black
+
+set-window-option -g window-status-activity-style fg=yellow
+set-window-option -g window-status-bell-style fg=red
+set-window-option -g window-status-content-style fg=magenta
+set-window-option -g window-status-current-style bg=blue,fg=white
+set-window-option -g window-status-style bg=cyan,fg=black
 
 set-option -g status-left '[#S.#I.#P]'