From 47dbe818e3ad7a008ccbd3e5d69a29a4509f7d07 Mon Sep 17 00:00:00 2001 From: Kaley Main Date: Wed, 16 Oct 2024 21:41:59 +1100 Subject: [PATCH] fix: change the default status line background to mantle (#377) --- catppuccin_tmux.conf | 2 +- tests/application_module_expected.txt | 2 +- tests/battery_module_expected.txt | 2 +- tests/cpu_module_expected.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catppuccin_tmux.conf b/catppuccin_tmux.conf index cbe9fc1a..b4d0e0cf 100644 --- a/catppuccin_tmux.conf +++ b/catppuccin_tmux.conf @@ -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}" diff --git a/tests/application_module_expected.txt b/tests/application_module_expected.txt index 329a0e5e..828773fb 100644 --- a/tests/application_module_expected.txt +++ b/tests/application_module_expected.txt @@ -1 +1 @@ -@catppuccin_status_application #[fg=#f5c2e7,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#f5c2e7] #[fg=#f5c2e7,bg=#45475a]#[fg=#cdd6f4] #{E:@catppuccin_application_text}#[fg=#45475a]█ +@catppuccin_status_application #[fg=#f5c2e7,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#f5c2e7] #[fg=#f5c2e7,bg=#181825]#[fg=#cdd6f4] #{E:@catppuccin_application_text}#[fg=#181825]█ diff --git a/tests/battery_module_expected.txt b/tests/battery_module_expected.txt index b1cdcc35..2827952d 100644 --- a/tests/battery_module_expected.txt +++ b/tests/battery_module_expected.txt @@ -1 +1 @@ -@catppuccin_status_battery #[fg=#f9e2af,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#f9e2af]#{l:#{battery_icon}} #[fg=#f9e2af,bg=#45475a]#[fg=#cdd6f4] #{E:@catppuccin_battery_text}#[fg=#45475a]█ +@catppuccin_status_battery #[fg=#f9e2af,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#f9e2af]#{l:#{battery_icon}} #[fg=#f9e2af,bg=#181825]#[fg=#cdd6f4] #{E:@catppuccin_battery_text}#[fg=#181825]█ diff --git a/tests/cpu_module_expected.txt b/tests/cpu_module_expected.txt index 2e8f949c..1fd789c8 100644 --- a/tests/cpu_module_expected.txt +++ b/tests/cpu_module_expected.txt @@ -1 +1 @@ -E:@catppuccin_status_cpu #[fg=#{cpu_bg_color},nobold,nounderscore,noitalics]#[fg=#11111b,bg=#{cpu_bg_color}] #[fg=#{cpu_bg_color},bg=#45475a]#[fg=#cdd6f4] #{cpu_percentage}#[fg=#45475a]█ +E:@catppuccin_status_cpu #[fg=#{cpu_bg_color},nobold,nounderscore,noitalics]#[fg=#11111b,bg=#{cpu_bg_color}] #[fg=#{cpu_bg_color},bg=#181825]#[fg=#cdd6f4] #{cpu_percentage}#[fg=#181825]█