Replies: 1 comment 4 replies
-
@olimorris Excited for you to try this out! I have tried to test it out with onedarkpro. {
"olimorris/onedarkpro.nvim",
priority = 1000, -- Ensure it loads first
}, Unfortunately I don't know why this is happening with your setup.
Awesome! For this I think the current setup of extracting colors from highlight groups might need to change or is it okay? Please let me know if you need something to change in the plugin. I am pretty bad at theming and the current highlights are from the community. Any advice is always welcome. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that painful function calling PR is out the way I can properly invest some time into MCPHub (and I can't wait!).
I'm keen to add support for this in my theme, OneDarkPro.nvim and was surprised by the default colors chosen:
If I reference this to Mason:
and Lazy.nvim:
It's quite the contrast. Digging in to your highlights.lua file, it looks like you're extracting the colors from
Normal
andNormalFloat
and if I do:verbose hi Normal
I see:which doesn't suggest anything odd. Any thoughts on why this could be the case?
Beta Was this translation helpful? Give feedback.
All reactions