Replies: 1 comment
-
I think I found the answer. I just don't know if it's the right way on_highlights = function(hl, c)
hl["@variable"] = { fg = c.yellow }
hl["@variable.parameter"] = { fg = c.fg }
hl["@lsp.type.variable"] = { fg = c.yellow }
end, |
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
-
I want to change the color of the variable to c.yellow and change the color of the parameter to c.fg
It works in lua files, but it doesn't work in ts/tsx/js/jsx files, Please give me some help
here is my configuration:
in lua file:
in ts file:
Beta Was this translation helpful? Give feedback.
All reactions