How to tell which colorscheme a Vim session currently uses

后端 未结 3 964
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 08:16

You can set the Vim color scheme by issuing

:colorscheme SCHEME_NAME

but, oddly enough, you can\'t get the currently used scheme by is

3条回答
  •  有刺的猬
    2021-01-30 08:33

    Best option is to use :colo or :colorscheme in current vim and the actual colorscheme text is shown. Please see,

    :help colorscheme 
    

    for more details.

提交回复
热议问题