Skip to content

Commit

Permalink
tmuxcolors-*.conf: Be consistent and use status-style for fg and bg e…
Browse files Browse the repository at this point in the history
…ven though the previous status-bg and status-fg are obsolete yet.
  • Loading branch information
darcyparker committed Apr 29, 2019
1 parent 660bad4 commit fdb633f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tmuxcolors-256.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#### COLOUR (Solarized 256)

# default statusbar colors
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-style bg=colour235 #base02
set-option -g status-style fg=colour136 #yellow

# default window title colors
set-window-option -g window-status-style fg=colour244 #base0
Expand Down
4 changes: 2 additions & 2 deletions tmuxcolors-base16.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# base16-solarized-dark terminal/shell color themes.

# default statusbar colors
set-option -g status-bg colour18 #base2
set-option -g status-fg yellow #yellow
set-option -g status-style bg=colour18 #base2
set-option -g status-style fg=yellow #yellow

# default window title colors
set-window-option -g window-status-style fg=colour20 #base00
Expand Down
4 changes: 2 additions & 2 deletions tmuxcolors-dark.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#### COLOUR (Solarized dark)

# default statusbar colors
set-option -g status-bg black #base02
set-option -g status-fg yellow #yellow
set-option -g status-style bg=black #base02
set-option -g status-style fg=yellow #yellow

# default window title colors
set-window-option -g window-status-style fg=brightblue #base0
Expand Down
4 changes: 2 additions & 2 deletions tmuxcolors-light.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#### COLOUR (Solarized light)

# default statusbar colors
set-option -g status-bg white #base2
set-option -g status-fg yellow #yellow
set-option -g status-style bg=white #base2
set-option -g status-style fg=yellow #yellow

# default window title colors
set-window-option -g window-status-style fg=brightyellow #base00
Expand Down

0 comments on commit fdb633f

Please sign in to comment.