Help with setting colors #460
-
Beta Was this translation helpful? Give feedback.
Answered by
quin-shanley
Nov 28, 2023
Replies: 1 comment
-
After some more research, I learned these colors are managed by neovim's syntax highlighting https://neovim.io/doc/user/syntax.html I was able to customize the colors using I added the following to my config and here's the result.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
quin-shanley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some more research, I learned these colors are managed by neovim's syntax highlighting https://neovim.io/doc/user/syntax.html
I was able to customize the colors using
vim.cmd()
and thehighlight
command.I added the following to my config and here's the result.