nvcode-color-schemes.vim icon indicating copy to clipboard operation
nvcode-color-schemes.vim copied to clipboard

aurora color scheme html

Open dunkeln opened this issue 4 years ago • 2 comments

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

dunkeln avatar Aug 21 '21 16:08 dunkeln

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.

linuxdotexe avatar Aug 22 '21 15:08 linuxdotexe

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.

dunkeln avatar Aug 22 '21 15:08 dunkeln