From 9c3377e45bf94c6e3382e74abedc93d573a7edaa Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 12 Mar 2024 09:26:14 +0100 Subject: Revert to custom aerc theme The upstream one is too low-contrast. --- tw/services/files/aerc/catppuccin.conf | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tw/services/files/aerc/catppuccin.conf (limited to 'tw/services/files') diff --git a/tw/services/files/aerc/catppuccin.conf b/tw/services/files/aerc/catppuccin.conf new file mode 100644 index 00000000..8e355691 --- /dev/null +++ b/tw/services/files/aerc/catppuccin.conf @@ -0,0 +1,40 @@ +*.selected.reverse = false +*.selected.bg = #585b70 +error.fg = #eba0ac +warning.fg = #fab387 +success.fg = #a6e3a1 +title.fg = default +title.bold = true +header.fg = #f5c2e7 +header.bold = true + +msglist_read.default = true +msglist_unread.fg = #a6e3a1 +msglist_flagged.fg = #eba0ac +msglist_flagged.bold = true +msglist_deleted.fg = #f38ba8 +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 +stack.bg = #6c7086 +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. +completion_gutter.bg = #11111b +# The "pill" is the part of the scrollbar that indicates progress +# through the list. +completion_pill.bg = #585b70 -- cgit v1.2.3