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

Nord theme and conditionals/attributes don't seem to work

Open esn89 opened this issue 5 years ago • 1 comments

I copied lines 10 to 236 from this file of yours into my init.vim

However, I noticed that the conditionals of while and for are the magenta colour (which is correct). However, the if is not:

https://imgur.com/a/eGSJH8q

The same thing with the attributes of a class, it ends up staying white, which is the default colour. Some help would be appreciated. Thank you

esn89 avatar Nov 21 '20 01:11 esn89

  • What are you referencing for "correct" colors?
  • Do you have a language parser?
  • Do you have treesitter installed?
  • Did you encounter the same problem after installing the theme?

You didn't give enough info for someone else to reproduce your problem. If you don't want to fuss with Treesitter parsing, try the official nord theme port https://github.com/arcticicestudio/nord-vim

caheredia avatar Jan 10 '21 04:01 caheredia