fenetikm / falcon

A colour scheme for terminals, Vim and friends.
MIT License
719 stars 26 forks source link

falcon overriding custom syntax files #15

Closed aquatix closed 6 years ago

aquatix commented 6 years ago

As a recent falcon convert, I'm using it everywhere. I hit a snag though with a syntax highlighting file I created myself:

https://github.com/aquatix/dotfiles/blob/master/.vim/syntax/todo.vim

This has highlighting with a light blue and purple for some elements. This works fine in Zenburn and a lot of other themes, but with falcon somehow the colours get dropped, and the text is rendered in white.

Is this intentional? If so, how can I override it? :) If not, what I can I do to help you fix my issue?

aquatix commented 6 years ago

OK, that was a case of PEBKAC, as I was missing some guifg colours, meaning highlighting works on 256 colours, but not on true colours. Fixed my own syntax file and now everything is fine here :)