Skip to content

Commit

Permalink
set fg and bg to default for window-status-current-style as well, sin…
Browse files Browse the repository at this point in the history
…ce tmux 3.3a seems to require it
  • Loading branch information
skela committed Jan 9, 2024
1 parent a394563 commit aace5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catppuccin.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ main() {
setw window-status-activity-style "fg=${thm_fg},bg=default,none"
setw window-status-separator ""
setw window-status-style "fg=${thm_fg},bg=default,none"
setw window-status-current-style fg=default,bg=default

# --------=== Statusline

Expand Down

0 comments on commit aace5ca

Please sign in to comment.