junegunn / limelight.vim

:flashlight: All the world's indeed a stage and we are merely players
MIT License
2.36k stars 53 forks source link

Recognize when terminal Vim is using GUI colors. #35

Closed lifepillar closed 8 years ago

lifepillar commented 8 years ago

Fix s:unsupported() mistakenly reporting unsupported color schemes in terminal Vim using true colors. In the process, refactor the code to recognize when GUI colors are used into a separate function.

lifepillar commented 8 years ago

Sorry, misunderstood the code logic.