Skip to content

Commit

Permalink
fix: change the default status line background to mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnsn committed Oct 16, 2024
1 parent 5a1748e commit cdaeffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catppuccin_tmux.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source -F "#{d:current_file}/themes/catppuccin_#{@catppuccin_flavor}_tmux.conf"

%if "#{==:#{@catppuccin_status_background},default}"
set -gF @_ctp_status_bg "#{@thm_surface_1}"
set -gF @_ctp_status_bg "#{@thm_mantle}"
set -gF status-style "bg=#{@_ctp_status_bg},fg=#{@thm_fg}"

%hidden CTP_MESSAGE_BACKGROUND="#{@thm_surface_0}"
Expand Down

0 comments on commit cdaeffe

Please sign in to comment.