window divider foreground vs background
gongzhitaao opened this issue ยท 1 comments
gongzhitaao commented
Setting :background
as in the code gives me
Notice the white divider line above the minibuffer.
Setting :foreground
gives me:
So I think the code should be
`(window-divider ((,class (:foreground ,nord3))))
`(window-divider-first-pixel ((,class (:foreground ,nord3))))
`(window-divider-last-pixel ((,class (:foreground ,nord3))))
arcticicestudio commented
Hi @gongzhitaao ๐, thanks for your contribution ๐
Great catch, this is a small but noticeable detail. I'll test the changes in the near future, but feel free to submit a PR if you like ๐