Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Oct 16, 2023

Conversation

EdenEast
Copy link
Owner

@EdenEast EdenEast commented Oct 16, 2023

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

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.
@EdenEast EdenEast merged commit 6a6076b into main Oct 16, 2023
8 checks passed
@EdenEast EdenEast deleted the fix/lazy-header branch October 16, 2023 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: No difference in colours between selected and unselected button
1 participant