kepano / flexoki-neovim

Flexoki color scheme for Neovim
https://stephango.com/flexoki
MIT License
52 stars 13 forks source link

Border symbols and background in pop-up windows #8

Open rensftw opened 8 months ago

rensftw commented 8 months ago

Thanks for the great theme! It's like a breath of fresh air in a sea of pastel-colored themes ☺️

The background and borders characters of pop-up windows are getting printed in an unusual way.

Example: j-hui/fidget.nvim

Border symbols are printed with a lighter background and do not blend in.

📸 Actual
📸 Expected

Example jackMort/ChatGPT.nvim

Same as fidget, the symbols used to draw the borders seem to be printed with a lighter background.

📸 Actual
📸 Expected

Example folke/lazy.nvim

Here the entire Lazy window has a lighter background.

📸 Actual
📸 Expected
polak-jan commented 8 months ago

This comes down to preference. There are two styles of windows, those with borders but the same background, and those without borders but different background.

My plan is to support both with a setup option. Hopefully I will get around to finally addint it today or tomorrow.