ChristianChiarulli / nvcode-color-schemes.vim

A bunch of generated colorschemes (treesitter supported)
MIT License
300 stars 67 forks source link

aurora color scheme html #58

Open dunkeln opened 3 years ago

dunkeln commented 3 years ago

I am using aurora colorscheme and I want to get rid of the extremely bright yellow color as shown in the picture. I tried tweaking aroudn with my common sense but didn't get desired results. Can anyone tell how do I achieve it? Screenshot 2021-08-21 at 7 04 41 PM

linuxdotexe commented 3 years ago

see what this highlight is called and correct that highlight to your desired color. that setting might be something like

vim.cmd('set highlightname=#COLOR')

or similar i'm not totally sure but it should work.

dunkeln commented 3 years ago

see what this highlight is called and correct that highlight to your desired color. that setting might be something like

vim.cmd('set highlightname=#COLOR')

or similar i'm not totally sure but it should work.

thanks for helping, but this doesn't work either.