colorpal.vim icon indicating copy to clipboard operation
colorpal.vim copied to clipboard

Incorrect Parsing of Colors

Open tjdevries opened this issue 9 years ago • 1 comments

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.

tjdevries avatar Nov 14 '16 19:11 tjdevries

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.

tweekmonster avatar Nov 14 '16 23:11 tweekmonster