update deprecated but unwarned options

Wed, 15 May 2019 02:19:35 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 15 May 2019 02:19:35 -0500
changeset 762
ef7d6daaa1c9
parent 761
21d7274d64a4
child 763
6453c82d64e2

update deprecated but unwarned options

.tmux.conf file | annotate | diff | comparison | revisions
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -21,14 +21,14 @@ set -g message-command-style  bg=colour2
 set -g mode-style             bg=colour173,fg=black,dim
 
 set -g status-left " #S "
-set -g status-left-bg colour237
+set -g status-left-style bg=colour237
 
 set -g status-right " #{=21:pane_title} %m-%d %H:%M "
-set -g status-right-bg colour237
+set -g status-right-style bg=colour237
 
 set -g window-status-format " #I:#W#F "
 set -g window-status-current-format " #I:#W#F "
-set -g window-status-current-bg colour234
+set -g window-status-current-style bg=colour234
 
 set -g set-titles on
 set -g set-titles-string "#h(#S)"

mercurial