diff options
author | Alexis Hovorka <[email protected]> | 2021-02-18 23:10:51 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-02-18 23:10:51 -0700 |
commit | cf441a9652d41b9477fb693020dc10f393570ab2 (patch) | |
tree | d67bbe0e5a81ad361142b3ecd3f6e49130e5f45e /base/tmux.conf | |
parent | 5f1efdafc8e0bd10263df50b5140a4f28b28ea54 (diff) |
[fix] Fix styling of tmux window divider (unbold)
Diffstat (limited to 'base/tmux.conf')
-rw-r--r-- | base/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tmux.conf b/base/tmux.conf index dc6d6a6..6269ccf 100644 --- a/base/tmux.conf +++ b/base/tmux.conf @@ -26,7 +26,7 @@ set -g status-style "fg=colour8,bg=colour18" set -g status-left "#(bash ~/.tmux/status-left)" set -g status-right "#[fg=colour19]#[bg=colour19,fg=colour7] %a %m.%d %R 💜" set -g window-status-format "#W #[default,fg=colour19]" -set -g window-status-current-format "#W #[default,fg=colour19]" +set -g window-status-current-format "#W #[nobold,fg=colour19]" set -g window-status-current-style "fg=colour4,bold" set -g window-status-activity-style "fg=colour20" set -g window-status-bell-style "fg=colour20" |