Skip to content

Commit fdb633f

Browse files
committed
tmuxcolors-*.conf: Be consistent and use status-style for fg and bg even though the previous status-bg and status-fg are obsolete yet.
1 parent 660bad4 commit fdb633f

4 files changed

+8
-8
lines changed

tmuxcolors-256.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#### COLOUR (Solarized 256)
22

33
# default statusbar colors
4-
set-option -g status-bg colour235 #base02
5-
set-option -g status-fg colour136 #yellow
4+
set-option -g status-style bg=colour235 #base02
5+
set-option -g status-style fg=colour136 #yellow
66

77
# default window title colors
88
set-window-option -g window-status-style fg=colour244 #base0

tmuxcolors-base16.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# base16-solarized-dark terminal/shell color themes.
1515

1616
# default statusbar colors
17-
set-option -g status-bg colour18 #base2
18-
set-option -g status-fg yellow #yellow
17+
set-option -g status-style bg=colour18 #base2
18+
set-option -g status-style fg=yellow #yellow
1919

2020
# default window title colors
2121
set-window-option -g window-status-style fg=colour20 #base00

tmuxcolors-dark.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#### COLOUR (Solarized dark)
22

33
# default statusbar colors
4-
set-option -g status-bg black #base02
5-
set-option -g status-fg yellow #yellow
4+
set-option -g status-style bg=black #base02
5+
set-option -g status-style fg=yellow #yellow
66

77
# default window title colors
88
set-window-option -g window-status-style fg=brightblue #base0

tmuxcolors-light.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#### COLOUR (Solarized light)
22

33
# default statusbar colors
4-
set-option -g status-bg white #base2
5-
set-option -g status-fg yellow #yellow
4+
set-option -g status-style bg=white #base2
5+
set-option -g status-style fg=yellow #yellow
66

77
# default window title colors
88
set-window-option -g window-status-style fg=brightyellow #base00

0 commit comments

Comments
 (0)