vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

Blue used for 'import' not suitable for dark terminals #49

Closed otheus closed 5 years ago

otheus commented 5 years ago

when 'bg=dark' on black terminals, dark blue doesnt really show up. The 'import' lines are all in this color. They should be lightblue or just bold-white.

otheus commented 5 years ago

OK, nevermind. Apparently I have some colorscheme malfunction. Works fine in gvim but not in terminal-based vim. Weird.