diff options
author | Alexis Hovorka <[email protected]> | 2021-02-18 22:37:28 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-02-18 22:37:28 -0700 |
commit | 2f8c12777d1a90c7e4025a5b0c9c9f1aff19b14c (patch) | |
tree | 0991b7044aaad926f0a23e79327bfd2eca099dff /base/tmux.conf | |
parent | 7e4d8399a80b949d53e82fcc3e3688a0454dd019 (diff) |
[fix] Forgot a line...
Diffstat (limited to 'base/tmux.conf')
-rw-r--r-- | base/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/tmux.conf b/base/tmux.conf index 6e86f46..6d0b2e9 100644 --- a/base/tmux.conf +++ b/base/tmux.conf @@ -26,6 +26,7 @@ set -g status-style "fg=colour8,bg=colour18" set -g status-left "#(~/.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-style "fg=colour4,bold" set -g window-status-activity-style "fg=colour20" set -g window-status-bell-style "fg=colour20" |