diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-10 20:16:54 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-19 11:52:52 -0400 |
| commit | f22f63fbee9efb5de8d7f3accd6a3f0f21db697d (patch) | |
| tree | 6f5f66ee433c532d412b1be9c2bd652de8064d5f /.config/aerc/aerc.conf | |
| parent | 6ad29f5700ab0ab0afed346875e48e977eacae4f (diff) | |
aerc: use official catppuccin theme
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) - |
