summaryrefslogtreecommitdiff
path: root/.config/aerc
diff options
context:
space:
mode:
Diffstat (limited to '.config/aerc')
-rw-r--r--.config/aerc/aerc.conf14
-rw-r--r--.config/aerc/stylesets/macchiato31
2 files changed, 38 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) -
diff --git a/.config/aerc/stylesets/macchiato b/.config/aerc/stylesets/macchiato
new file mode 100644
index 0000000..e3d6a01
--- /dev/null
+++ b/.config/aerc/stylesets/macchiato
@@ -0,0 +1,31 @@
+default.fg=#cad3f5
+default.bg=#24273a
+
+error.fg=#ed8796
+warning.fg=#f5a97f
+success.fg=#a6da95
+
+tab.fg=#6e738d
+tab.bg=#1e2030
+tab.selected.fg=#cad3f5
+tab.selected.bg=#24273a
+tab.selected.bold=true
+
+border.fg=#181926
+border.bold=true
+
+msglist_unread.bold=true
+msglist_flagged.fg=#eed49f
+msglist_flagged.bold=true
+msglist_result.fg=#8aadf4
+msglist_result.bold=true
+msglist_*.selected.bold=true
+msglist_*.selected.bg=#363a4f
+
+dirlist_*.selected.bold=true
+dirlist_*.selected.bg=#363a4f
+
+statusline_default.fg=#939ab7
+statusline_default.bg=#363a4f
+statusline_error.bold=true
+statusline_success.bold=true