[ I've made several attempts to post this which have not turned up on
the list; I don't expect this one will either, but I'm sending it to
gather some data for debugging
]
Thank you for pointing that out -- I didn't think they were getting
there, because I have not received copies of my own mails from the list
(and I have experienced some other sending issues recently, to other
places) 😳
(Is that expected for lists.sr.ht? I'm guessing so, although
<https://man.sr.ht/lists.sr.ht/> doesn't spell that out. Nor does it
document expectations about reply-to-list or CC-sender etiquette; it
looks like the norm here is to CC on replies. Which is fine! I just
want to avoid breaking any etiquette rules. This is the inverse of
what I'm used to from other mail-driven communities I participate in.)
For the mail you replied to (and all but the last of my repeated mails
for this patch), I didn't use git-send-email at all, but manually
constructed the mail. I've since set up git-send-email up so I can
participate properly.
Sorry for the noise, and I hope in the longer term your patience was
worth it :)
Please run `make gitconfig` to properly setup your local clone before
sending the email. If you have configured git-send-email properly, it
should work without issues.
Read all CONTRIBUTING.md carefully, everything should be explained
there.
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 = #49576bselector_focused.reverse=true
selector_chooser.bold=true
--
2.39.2