diff options
author | Robin Jarry <robin@jarry.cc> | 2023-09-11 17:34:51 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-19 16:49:59 +0200 |
commit | de0b75d191f4f789d3870dae00871244d20aaf10 (patch) | |
tree | 8604ebfd38f0903df7a951471743cfd07dccd21d /stylesets/nord | |
parent | 20e425406541e3fc7c4decad3da9373d378c7164 (diff) | |
download | aerc-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 'stylesets/nord')
-rw-r--r-- | stylesets/nord | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesets/nord b/stylesets/nord index e9c7e853..a1fdf882 100644 --- a/stylesets/nord +++ b/stylesets/nord @@ -48,6 +48,11 @@ tab.selected.fg=#2c3441 dirlist_unread.fg=#64A6B3 dirlist_recent.fg=#64A6B3 +part_*.fg=#ffffff +part_mimetype.fg=#394353 +part_*.selected.fg=#ffffff +part_filename.selected.bold=true + [viewer] url.underline=true header.bold=true |