colorpal.vim
colorpal.vim copied to clipboard
Incorrect Parsing of Colors
CPHL Function blue,bright - bold
CPHL pythonBuiltinFunc Function,dark,dark Function Function
CPHL vimFunction Function,dark,dark Function Function
This works fine.
However, when I only use one dark it seems to not be getting the color.
CPHL Function blue,bright - bold
CPHL pythonBuiltinFunc Function,dark,dark Function Function
CPHL vimFunction Function,dark Function Function
That does not seem to work.
Also inconsistently working appears to be with no modifiers.
Thanks. I need to take some time to review the code again and make tests for it. I apparently broke the packaged theme loading as well.