mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.13k stars 141 forks source link

little to no syntax highlighting on html files #36

Closed kaylacohn closed 7 years ago

kaylacohn commented 7 years ago

Hey - I love your theme but I'm having a little trouble and was hoping you could help. Would you mind sharing a pic of a html file using your theme? I can't seem to get syntax highlighting working for html and jsx files.

I have Plug 'othree/html5-syntax.vim',Plug 'pangloss/vim-javascript', { 'for': 'javascript' }, andPlug 'mxw/vim-jsx', { 'for': 'jsx' }` setup properly but my files look like this:

screen shot 2016-11-20 at 3 14 42 pm

here is my setup:

screen shot 2016-11-20 at 3 15 19 pm screen shot 2016-11-20 at 3 15 56 pm

was hoping it would look something like this: screen shot 2016-11-21 at 10 26 09 am

mhartington commented 7 years ago

This was a change I made to make things a bit clearer.

screen shot 2016-11-21 at 11 41 43 am

HTML elements are now a lighter color since they're typically not the most important part of the code

Similar idea as to here.

https://github.com/cameronbourke/yoceanic-next-syntax#design-consistency

kaylacohn commented 7 years ago

@mhartington got it, thanks!

beojan commented 7 years ago

@kaylacohn By the way, it looks like you're using an unpatched Fira Mono, which is why your powerline doesn't have the correct symbols. Consider using Fira Code instead.