diff options
Diffstat (limited to 'stylesets/default')
-rw-r--r-- | stylesets/default | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stylesets/default b/stylesets/default index 02afe550..dd5f4a8d 100644 --- a/stylesets/default +++ b/stylesets/default @@ -7,7 +7,8 @@ # the aerc-stylesets(7) manpage. Please read the manual before # modifying or creating a styleset. -# Uncomment these two lines to reset all attributes and start from scratch. +# Uncomment these two lines to reset all attributes (except in the [viewer] +# section) and start from scratch. #*.default = true #*.normal = true @@ -52,6 +53,9 @@ #completion_default.fg = 15 #[viewer] +# Uncomment these two lines to reset all attributes in the [viewer] section. +#*.default = true +#*.normal = true #url.underline = true #url.fg = 3 #header.bold = true |