Skip to content

Conversation

asiryk
Copy link
Contributor

@asiryk asiryk commented Sep 12, 2025

Fixes #608

@alex-courtis
Copy link
Member

Copy link
Member

@alex-courtis alex-courtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

Tested OK:

blend = 0
blend = 50
blend = nil
blend = "foobar"

Please

Comment on lines +122 to +126
-- override blend value for all highlight groups :h highlight-blend.
-- setting this value to `0` will make all icons opaque. in practice this means
-- that icons width will not be affected by pumblend option (see issue #608)
-- (default to nil)
blend = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really appreciate the detail.

@asiryk
Copy link
Contributor Author

asiryk commented Sep 28, 2025

Thanks @alex-courtis
I fixed the formatting

@alex-courtis alex-courtis changed the title feat: add blend option for hl groups to global_opts feat: add global blend option Sep 29, 2025
Copy link
Member

@alex-courtis alex-courtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for your contribution!

@alex-courtis alex-courtis merged commit b8221e4 into nvim-tree:master Sep 29, 2025
6 checks passed
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.

Use blend = 0 option for DevIcon highlight groups
2 participants