diff options
author | Jonathan Dowland <jon+aerc-devel@dow.land> | 2024-02-16 15:54:08 +0000 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-02-19 20:37:37 +0100 |
commit | 906f925febc82e90c3398373e56db07fe513efe0 (patch) | |
tree | 1ac79dbd4ebc9b807b3c6d4826a39abbf5523c08 /stylesets/nord | |
parent | 46ea87602c092750984307e4f31200ad3b9d7fe4 (diff) | |
download | aerc-906f925febc82e90c3398373e56db07fe513efe0.tar.gz |
stylesets/nord: change border style
Replace a reverse-video black-on-white border, inherited from default,
which does not match the rest of the "nord" style, with a thinner line
border, using a fg value that ties into the theme better.
Signed-off-by: Jonathan Dowland <jon@dow.land>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'stylesets/nord')
-rw-r--r-- | stylesets/nord | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesets/nord b/stylesets/nord index 90e61186..3d1d76a3 100644 --- a/stylesets/nord +++ b/stylesets/nord @@ -19,7 +19,7 @@ statusline_error.reverse=true completion_pill.reverse=true -border.reverse = true +border.fg = #49576b selector_focused.reverse=true selector_chooser.bold=true |