-
Notifications
You must be signed in to change notification settings - Fork 4
aerc
Leon edited this page Jul 11, 2024
·
5 revisions
aerc is a TUI (terminal user interface) email client with SMTP/IMAP support.
The interface is built using tcell vaxis and colors are configured via stylesets. You need to configure styleset-dirs
in the main config file, and put the following in one of those folders, in a file named mellow
(or whatever you like) and set styleset-name
to match this in the config file).
#
# aerc mellow styleset
#
# This styleset uses the terminal defaults as its base.
# More information on how to configure the styleset can be found in
# the aerc-styleset(7) manpage. Please read the manual before
# modifying or creating a styleset.
*.default=true
*.selected.reverse = false
*.selected.fg = 5
*.selected.bg = 11
title.reverse=true
header.bold=true
*error.bold=true
error.fg=1
warning.fg=3
success.fg=2
statusline*.default=true
statusline_default.reverse = false
statusline_default.fg = 11
statusline_default.bg = 5
statusline_error.fg=1
statusline_error.reverse=true
msglist_unread.bold=true
msglist_deleted.fg=8
completion_pill.bg = 13
tab.reverse = false
tab.fg = 11
tab.bg = 8
border.fg = 8
selector_focused.reverse=true
selector_chooser.bold=true