tmux: Revert "Remove unused status-style"

This reverts commit b4cbd08d3b.

I am not sure why I thought this was irrelevant. But when testing I did
not properly unset it or restart the server, so nothing changed when I
reloaded tmux.conf.

Conflicts:
	.config/tmux/tmux.conf
This commit is contained in:
2023-02-24 10:14:05 +01:00
parent a4c6e4ebfd
commit 67b474e7f6

View File

@@ -163,6 +163,7 @@ set -g @ui_color 'brightblack'
set -g @sync_color 'brightred'
set -g @text_fg 'black'
set -g status-style bg=default,fg=white
set -g message-command-style 'bg=default,fg=#{@accent_color}'
set -g message-style 'bg=#{@accent_color},fg=#{@text_fg}'
set -g mode-style 'bg=#{@accent_color},fg=#{@text_fg}'