feat(aerc): style

This commit is contained in:
winston 2023-07-19 20:47:52 +02:00
parent a54f0b1b2e
commit f8c871a450
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 10 additions and 3 deletions

View file

@ -16,6 +16,13 @@
# so the permissions appear unsafe to aerc
unsafe-accounts-conf = true;
};
ui = {
border-char-vertical = "";
border-char-horizontal = "";
styleset-name = "catppuccin-mocha";
spinner = ",,,,,,";
spinner-interval = "40ms";
};
filters = {
"text/plain" = "colorize";
"text/html" = "w3m -s -T text/html -o display_link_number=1 -dump | colorize";

File diff suppressed because one or more lines are too long