From 28bba4df26501d72b1ea62bfc4e898ff816c17f6 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 16 Feb 2023 20:04:31 +0100 Subject: Specify custom background for non-default cases If this is not done, aerc uses the terminal's default background colour instead of the default case's. --- tw/home/files/aerc/stylesets/catppuccin | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tw/home/files/aerc/stylesets') diff --git a/tw/home/files/aerc/stylesets/catppuccin b/tw/home/files/aerc/stylesets/catppuccin index ebc7bfba..8e355691 100644 --- a/tw/home/files/aerc/stylesets/catppuccin +++ b/tw/home/files/aerc/stylesets/catppuccin @@ -17,7 +17,9 @@ msglist_marked.fg = #f5e0dc dirlist_default.bg = #11111b dirlist_unread.fg = #a6e3a1 +dirlist_unread.bg = #11111b dirlist_recent.fg = #89dceb +dirlist_recent.bg = #11111b tab.bg = #313244 tab.selected.bold = true @@ -26,7 +28,9 @@ spinner.fg = #fab387 statusline_default.bg = #313244 statusline_error.fg = #eba0ac +statusline_error.bg = #313244 statusline_success.fg = #a6e3a1 +statusline_success.bg = #313244 completion_default.bg = #11111b # The "gutter" contains the scrollbar of the completion popup. -- cgit v1.2.3