diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-18 21:13:03 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-18 21:13:03 -0400 |
| commit | 47ce34f415fa1ad3ad8799be139d1eb7694dd7c1 (patch) | |
| tree | 39958c699dcaf9fc5f195429ad02e6d0a6ca9ed6 /.config/aerc/aerc.conf | |
| parent | 4a59713a4d84ac787b0d2b9552eaec1b203a1835 (diff) | |
feat(aerc): catppuccinify
Diffstat (limited to '.config/aerc/aerc.conf')
| -rw-r--r-- | .config/aerc/aerc.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 05ebbf4..ce3f688 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -160,13 +160,13 @@ # Uncomment to use box-drawing characters for vertical and horizontal borders. # # Default: " " -#border-char-vertical=" " -#border-char-horizontal=" " +border-char-vertical="│" +border-char-horizontal="─" # Sets the styleset to use for the aerc ui elements. # # Default: default -#styleset-name=default +styleset-name=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 @@ # 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 +text/plain=colorize -v theme=terminal text/calendar=calendar -message/delivery-status=colorize -message/rfc822=colorize +message/delivery-status=colorize -v theme=terminal +message/rfc822=colorize -v theme=terminal #text/html=pandoc -f html -t plain | colorize -#text/html=html | colorize +text/html=html | colorize -v theme=terminal #text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - |
