From 9f89fe1108c00c0cf683f0e59234c3f2f69b4d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Fri, 7 Aug 2020 15:02:58 +0200 Subject: [PATCH] aerc-stylesets: properly indent examples --- doc/aerc-stylesets.7.scd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index fd7732d..e3e7b1f 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -163,14 +163,15 @@ the selected modifier are applied on top of the style object it corresponds to. If you would like to make sure message that are flagged as read in the msglist appear in yellow foreground and black background. You can specify that with -this. +this: -\tmsglist_default.selected.fg=yellow -\tmsglist_default.selected.bg=black + msglist_default.selected.fg=yellow + + msglist_default.selected.bg=black If we specify the global style selected modifer using fnmatch as below: -\t\*.selected.reverse=toggle + \*.selected.reverse=toggle This toggles the reverse switch for selected version of all the style objects.