Changing a Highlight group #332
Answered
by
mvllow
AhmadLiGER
asked this question in
Q&A
-
Hi, I wanna achieve something like below picture,I tried the below config but it didn't work,
How should i edit the config file ? |
Beta Was this translation helpful? Give feedback.
Answered by
mvllow
Jan 5, 2025
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mvllow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
:Inspect
to get the highlight group, because they may be overridden by semantic highlighting or treesitter. Otherwise, your code looks fine as long as you are putting that in the setup table, e.g.require("rose-pine").setup({ highlight_groups = { ... } })
and setting the color scheme after.