From a48a815c62704c360a9e87d5c0418b583415ac5e Mon Sep 17 00:00:00 2001 From: Kaley Main Date: Sun, 8 Dec 2024 13:50:58 +1100 Subject: [PATCH] remove popup change --- catppuccin_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catppuccin_tmux.conf b/catppuccin_tmux.conf index aa4d5a0f..62947d33 100644 --- a/catppuccin_tmux.conf +++ b/catppuccin_tmux.conf @@ -124,7 +124,7 @@ set -wgF pane-border-style "#{E:@catppuccin_pane_border_style}" # popups %if "#{>=:#{version},3.4}" - set -gF popup-style "bg=default,fg=#{@thm_fg}" + set -gF popup-style "bg=#{@thm_bg},fg=#{@thm_fg}" set -gF popup-border-style "fg=#{@thm_surface_1}" %endif