Syntax highlighting in vim

前端 未结 6 1198
面向向阳花
面向向阳花 2021-02-20 15:12

I\'m having trouble reading dark blue on black when I turn on syntax colours in vim.

How do I change some of the default colours or the colours of schemas like:

6条回答
  •  再見小時候
    2021-02-20 15:43

    You can switch the colorscheme with:

    :colo 
    

    Tab circles over all available colorschemes:

    :colo 
    

    If you need more schemes get some from http://vimcolorschemetest.googlecode.com/svn/html/index-c.html

提交回复
热议问题