From de0b75d191f4f789d3870dae00871244d20aaf10 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 11 Sep 2023 17:34:51 +0200 Subject: 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 Tested-by: Inwit --- doc/aerc-stylesets.7.scd | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/aerc-stylesets.7.scd') 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 -- cgit