From f22f63fbee9efb5de8d7f3accd6a3f0f21db697d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 10 Jul 2023 20:16:54 -0400 Subject: aerc: use official catppuccin theme --- .config/aerc/aerc.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/aerc/aerc.conf') diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index ce3f688..eb4f503 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -166,7 +166,7 @@ border-char-horizontal="─" # Sets the styleset to use for the aerc ui elements. # # Default: default -styleset-name=macchiato +styleset-name=catppuccin-macchiato # Activates fuzzy search in commands and their arguments: the typed string is # searched in the command or option in any position, and need not be @@ -398,12 +398,12 @@ styleset-name=macchiato # against (non-case-sensitive) and a comma, e.g. subject,text will match a # subject which contains "text". Use header,~regex to match against a regex. # -text/plain=colorize -v theme=terminal +text/plain=colorize text/calendar=calendar -message/delivery-status=colorize -v theme=terminal -message/rfc822=colorize -v theme=terminal +message/delivery-status=colorize +message/rfc822=colorize #text/html=pandoc -f html -t plain | colorize -text/html=html | colorize -v theme=terminal +text/html=html | colorize #text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - -- cgit v1.2.3