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 +++++----- .config/aerc/stylesets/catppuccin-frappe | 14 ++++++++++++++ .config/aerc/stylesets/catppuccin-latte | 14 ++++++++++++++ .config/aerc/stylesets/catppuccin-macchiato | 14 ++++++++++++++ .config/aerc/stylesets/catppuccin-mocha | 14 ++++++++++++++ 5 files changed, 61 insertions(+), 5 deletions(-) (limited to '.config/aerc') 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) - diff --git a/.config/aerc/stylesets/catppuccin-frappe b/.config/aerc/stylesets/catppuccin-frappe index 3251261..acdca1c 100644 --- a/.config/aerc/stylesets/catppuccin-frappe +++ b/.config/aerc/stylesets/catppuccin-frappe @@ -28,3 +28,17 @@ statusline_default.fg=#949cbb statusline_default.bg=#414559 statusline_error.bold=true statusline_success.bold=true + +[viewer] +url.fg=#8caaee +url.underline=true +header.bold=true +signature.dim=true +diff_meta.bold=true +diff_chunk.fg=#8caaee +diff_add.fg=#a6d189 +diff_del.fg=#e78284 +quote_*.fg=#737994 +quote_1.fg=#949cbb + + diff --git a/.config/aerc/stylesets/catppuccin-latte b/.config/aerc/stylesets/catppuccin-latte index 96a61c7..507d23c 100644 --- a/.config/aerc/stylesets/catppuccin-latte +++ b/.config/aerc/stylesets/catppuccin-latte @@ -28,3 +28,17 @@ statusline_default.fg=#7c7f93 statusline_default.bg=#ccd0da statusline_error.bold=true statusline_success.bold=true + +[viewer] +url.fg=#1e66f5 +url.underline=true +header.bold=true +signature.dim=true +diff_meta.bold=true +diff_chunk.fg=#1e66f5 +diff_add.fg=#40a02b +diff_del.fg=#d20f39 +quote_*.fg=#9ca0b0 +quote_1.fg=#7c7f93 + + diff --git a/.config/aerc/stylesets/catppuccin-macchiato b/.config/aerc/stylesets/catppuccin-macchiato index 1818867..ffb288e 100644 --- a/.config/aerc/stylesets/catppuccin-macchiato +++ b/.config/aerc/stylesets/catppuccin-macchiato @@ -28,3 +28,17 @@ statusline_default.fg=#939ab7 statusline_default.bg=#363a4f statusline_error.bold=true statusline_success.bold=true + +[viewer] +url.fg=#8aadf4 +url.underline=true +header.bold=true +signature.dim=true +diff_meta.bold=true +diff_chunk.fg=#8aadf4 +diff_add.fg=#a6da95 +diff_del.fg=#ed8796 +quote_*.fg=#6e738d +quote_1.fg=#939ab7 + + diff --git a/.config/aerc/stylesets/catppuccin-mocha b/.config/aerc/stylesets/catppuccin-mocha index 0d1c274..8882e7c 100644 --- a/.config/aerc/stylesets/catppuccin-mocha +++ b/.config/aerc/stylesets/catppuccin-mocha @@ -28,3 +28,17 @@ statusline_default.fg=#9399b2 statusline_default.bg=#313244 statusline_error.bold=true statusline_success.bold=true + +[viewer] +url.fg=#89b4fa +url.underline=true +header.bold=true +signature.dim=true +diff_meta.bold=true +diff_chunk.fg=#89b4fa +diff_add.fg=#a6e3a1 +diff_del.fg=#f38ba8 +quote_*.fg=#6c7086 +quote_1.fg=#9399b2 + + -- cgit v1.2.3