Use explicit background color in tmux.conf

Using `default` used to refer to the current background, but newer versions seem
to refer to `default` as the default tmux status bar background.  Use `black`
now, it's a good enough approximation of the actual solarized black background.
This commit is contained in:
Daniel - 2021-08-22 10:03:56 +02:00
parent 7ce84b45cf
commit 06a462b1d2
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ bind r source ~/.tmux.conf
# Appearance
set -g status-bg default
set -g status-bg black
set -g status-fg white
set -g status-left "#[fg=green]#H[#S] "
set -g status-left-length 13