~rjarry/aerc-devel

stylesets/nord: change border style v1 SUPERSEDED

Jonathan Dowland: 1
 stylesets/nord: change border style

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rjarry/aerc-devel/patches/49627/mbox | git am -3
Learn more about email & git

[PATCH] stylesets/nord: change border style Export this patch

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>
---
 stylesets/nord | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stylesets/nord b/stylesets/nord
index 9a3593f2..69ae7256 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
-- 
2.39.2