Replies: 1 comment
-
Hey @maxmx03! Thanks for your thoughts and I would be more than happy to accept a PR for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current color scheme utilizes highlights and styles for customization, but it has certain limitations. For example, if you want to change the CmpKind highlight group to appear in reverse, the colors are removed because your configuration overrides the entire highlight group.
My suggestion is to update the highlight group without completely overriding everything. This approach allows you to retain the existing configuration and append it with the new one.
Now, you can use the update_highlight_group function to modify the OneDarkPro theme:
With this new configuration, the highlight group will not be entirely overridden. You can add or modify specific properties while preserving the existing configuration.
Beta Was this translation helpful? Give feedback.
All reactions