Skip to content

Commit

Permalink
Fix statusbar foreground color (#18)
Browse files Browse the repository at this point in the history
Fix bug where statusbar foreground is the same color as background
  • Loading branch information
JamyGolden authored Jan 11, 2024
1 parent e120c7a commit 03ae8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Template author: Tinted Theming: (https://github.com/tinted-theming)

# default statusbar colors
set-option -g status-style "fg=#{{base01-hex}},bg=#{{base01-hex}}"
set-option -g status-style "fg=#{{base04-hex}},bg=#{{base01-hex}}"

# default window title colors
set-window-option -g window-status-style "fg=#{{base01-hex}},bg=#{{base0A-hex}}"
Expand Down

0 comments on commit 03ae8e5

Please sign in to comment.