-
Notifications
You must be signed in to change notification settings - Fork 315
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
Support Treesitter highlight groups #86
Comments
plus |
Another developer has ported Jellybeans to Treesitter: https://github.com/metalelf0/jellybeans-nvim |
I second this request. The referenced port has no TS support. |
To anyone here, https://github.com/ThemerCorp/themer.lua has added support for jellybeans a while ago. I'm using it and is working very well! It has already integration with most of the popular plugins out there (e.g. Treesitter, LSP, Telescope, Lualine, etc) and is really easy to override some colors for personal preference. Just setup it with For example, I override some colors to have a darker PMenu (which is also used by nvim-cmp), which in my opinion looks nicer. |
@bellini666 could you please show a screenshot of your theme? |
@naquad sure! Here are some examples, with python and lua code (obs. the PMenu from the completion in one of them is the one I override for customization. The rest is directly from themer) |
I compared the highlighting this The most obvious is the highlight column used to color the 100th column. There is another differences which might be due to treesitter-related colorining. Notice that With jellybeans theme With themer_jellybeans |
I submitted a PR to fix the ColorColumn difference and a visual select difference in Themer, but also found a couple other differences with it: |
Support for Treesitter highlight groups would be much appreciated:
The text was updated successfully, but these errors were encountered: