diff options
-rw-r--r-- | aerc/aerc.conf | 3 | ||||
-rw-r--r-- | aerc/stylesets/default | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf index e0d7019..30453f1 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -6,7 +6,7 @@ # Used as a default path for save operations if no other path is specified. # ~ is expanded to the current user home dir. # -#default-save-path= +default-save-path=~/Downloads # If set to "gpg", aerc will use system gpg binary and keystore for all crypto # operations. If set to "internal", the internal openpgp keyring will be used. @@ -247,6 +247,7 @@ pgp-provider=gpg # Default: ASCII #icon-unencrypted= #icon-encrypted=✔ +icon-encrypted=🔒 #icon-signed=✔ #icon-signed-encrypted=✔ #icon-unknown=✘ diff --git a/aerc/stylesets/default b/aerc/stylesets/default new file mode 100644 index 0000000..c8db86a --- /dev/null +++ b/aerc/stylesets/default @@ -0,0 +1,9 @@ +header.fg = green +default.fg = white +title.bold = true +[viewer] +url.fg = mediumaquamarine +url.bold = true +url.underline = true +header.fg = green +header.bold = true |