aerc: Use ~/.config/aerc/styles as stylesets dir

I couldn't use ~/local/aerc/stylesets because the outer aerc dir may act
as a symlink (see the setup script).
This commit is contained in:
Hedy Li 2021-09-29 18:03:33 +08:00
parent 9123786773
commit 0602d4d921
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
3 changed files with 35 additions and 1 deletions

View File

@ -71,7 +71,7 @@ next-message-on-delete=true
# list of directories.
#
# default: /usr/share/aerc/stylesets/
stylesets-dirs=~/local/share/aerc/stylesets/
stylesets-dirs=~/.config/aerc/styles/
# Sets the styleset to use for the aerc ui elements.
#

View File

@ -0,0 +1,34 @@
#
# aerc default styleset
#
# This styleset uses the terminal defaults as its base.
# More information on how to configure the styleset can be found in
# the aerc-stylesets(7) manpage. Please read the manual before
# modifying or creating a styleset.
*.default=true
*.selected.reverse=toggle
title.reverse=true
header.bold=true
*error.bold=true
error.fg=red
warning.fg=yellow
success.fg=green
statusline*.default=true
statusline_default.reverse=true
statusline_error.fg=red
statusline_error.reverse=true
msglist_unread.bold=true
msglist_deleted.fg=gray
completion_pill.reverse=true
tab.reverse=true
border.reverse = true
selector_focused.reverse=true
selector_chooser.bold=true