Gvim和Vim设置默认统一的配色方案

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

posted @   chesihui  阅读(1560)  评论(0编辑  收藏  举报
编辑推荐:
· 对象命名为何需要避免'-er'和'-or'后缀
· SQL Server如何跟踪自动统计信息更新?
· AI与.NET技术实操系列:使用Catalyst进行自然语言处理
· 分享一个我遇到过的“量子力学”级别的BUG。
· Linux系列:如何调试 malloc 的底层源码
阅读排行:
· 对象命名为何需要避免'-er'和'-or'后缀
· JDK 24 发布,新特性解读!
· C# 中比较实用的关键字,基础高频面试题!
· .NET 10 Preview 2 增强了 Blazor 和.NET MAUI
· SQL Server如何跟踪自动统计信息更新?
点击右上角即可分享
微信分享提示