Gvim和Vim设置默认统一的配色方案,在gvim的_vimrc中添加如下:

hi SpecialKey guifg=Blue

hi MoreMsg guifg=Green

hi Visual guifg=NONE guibg=NONE gui=reverse cterm=reverse

hi Folded ctermbg=4 guibg=Blue

hi FoldColumn ctermbg=7

hi DiffAdd guibg=Blue

hi DiffChange guibg=Magenta

hi DiffDelete guibg=Cyan

hi Normal guifg=Gray guibg=Black

hi Cursor guibg=White

hi lCursor guibg=White

hi Comment guifg=Cyan

hi Constant guifg=Magenta

hi Special guifg=Magenta

"hi Special guifg=Red

hi Identifier guifg=Cyan

hi Statement guifg=Yellow

hi PreProc guifg=Magenta

hi Type guifg=Green gui=NONE

hi Underlined guifg=Blue

hi Todo guifg=Black

相关文章:

  • 2021-12-26
  • 2021-08-22
  • 2021-10-21
  • 2021-10-15
  • 2021-09-03
  • 2022-01-15
  • 2021-06-01
  • 2021-10-03
猜你喜欢
  • 2022-12-23
  • 2021-09-06
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案