diff options
Diffstat (limited to '.config/aerc/aerc.conf')
| -rw-r--r-- | .config/aerc/aerc.conf | 10 |
1 files changed, 5 insertions, 5 deletions
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) - |
