EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
3.08k stars 140 forks source link

fix(groups): differentiate between active button with lazy.nvim #383

Closed EdenEast closed 11 months ago

EdenEast commented 11 months ago

Buttons

Lazy.nvim used CursorLine and VisualSelect to differentiate between active and non-active buttons at the top of lazy's ui. These are the same styles in nightfox.

This was overridden to help make active button visually unique.

Before

image

After

image

Dimmed

The Dimmed and Prop highlight groups were linked to Conceal. As this makes the text too concealed on the darker background this was changed to be slightly more contrasting while keeping then still dimmed.

Before

image

After

image

Resolves #382