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

Treesitter context highlighting when transparent_background=true #683

Closed
victorkamoto opened this issue Mar 25, 2024 · 3 comments · Fixed by #644
Closed

Treesitter context highlighting when transparent_background=true #683

victorkamoto opened this issue Mar 25, 2024 · 3 comments · Fixed by #644
Labels
enhancement New feature or request

Comments

@victorkamoto
Copy link

victorkamoto commented Mar 25, 2024

The context from nvim-treesitter-context doesn't get highlighted when transparent_background=true.

context

The cursor line highlight color would be perfect:

Screenshot from 2024-03-25 15-48-49

Similar in folke/tokyonight.nvim transparent background:

Screenshot from 2024-03-25 15-38-20

@victorkamoto victorkamoto added the enhancement New feature or request label Mar 25, 2024
@nullchilly
Copy link
Contributor

This is our default which is arguably better for transparency. Perhaps you didn't enable underline support?

image

@victorkamoto
Copy link
Author

Thanks for the reply.
That works. How do I go about enabling that support? Is that option in catppuccin?
For reference, in nvim-lspconfig, I have underline enabled for diagnostics and they work (shows undercurl?)

Screenshot from 2024-03-25 17-29-04

@nullchilly
Copy link
Contributor

I added treesitter_context integration to the default option now, try to update catppuccin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants