aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-stylesets.7.scd
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-09-11 17:34:51 +0200
committerRobin Jarry <robin@jarry.cc>2023-09-19 16:49:59 +0200
commitde0b75d191f4f789d3870dae00871244d20aaf10 (patch)
tree8604ebfd38f0903df7a951471743cfd07dccd21d /doc/aerc-stylesets.7.scd
parent20e425406541e3fc7c4decad3da9373d378c7164 (diff)
downloadaerc-de0b75d191f4f789d3870dae00871244d20aaf10.tar.gz
msgviewer: add styles for part selector
Allow styling the part selector mime type and (if any) attachment filename. Remove custom alignment code since now both can be differentiated easily with colors and/or attributes. Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Inwit <inwit@sindominio.net>
Diffstat (limited to 'doc/aerc-stylesets.7.scd')
-rw-r--r--doc/aerc-stylesets.7.scd9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index 3050eab7..1a505233 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -119,6 +119,12 @@ styling.
: The style used for directories with unread messages
| *dirlist_recent*
: The style used for directories with recent messages
+| *part_switcher*
+: Background for the part switcher in the message viewer.
+| *part_filename*
+: Attachment file name in the part switcher.
+| *part_mimetype*
+: Attachment/part MIME type in the part switcher.
| *completion_default*
: The default style for the completion engine.
| *completion_gutter*
@@ -356,6 +362,9 @@ msglist_unread.bold=true
msglist_deleted.fg=gray
msglist_result.fg=green
msglist_pill.reverse=true
+part_mimetype.dim=true
+part_mimetype.selected.dim=false
+part_filename.selected.bold=true
completion_pill.reverse=true
tab.reverse=true
border.reverse = true