惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
P
Proofpoint News Feed
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
美团技术团队
D
Docker
博客园 - Franky
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

博客园 - Fred

新站发布——寻爱交友网 博客园居然还在运营 PHP框架Yii快速搭建高并发网站 开始关注Mono了 End of 2007, where are you? 2007年,前进! 百度,阿里巴巴,google 我的BLOG CSS Style 需要 gmail 与 wallop 邀请的 请留言给 email 重返 cnblogs.com 通过 Google Alert 按自己喜好订阅新闻 XV - 一个小巧而强大的图形工具 网上搜到的Opera 快捷键好文 蔡依林 2005年 新专辑《J.game》 发布 配置你的Yahoo!Mail Opera8正式发布了! 最近生病了 重新听了《志明与春娇》 看了几页《石头记》 GetFirefox,in a window. 从slackware转移到ubuntu下了
编辑VIM color 高亮语法文件让自己眼睛适应 - Fred
Fred · 2005-04-29 · via 博客园 - Fred

建立 $HOME/.vim/colors/file_name.vim

hi clear Normal
set bg&

if exists("syntax_on")
 syntax reset
endif

let colors_name = "default"

hi StatusLine ctermfg=blue ctermbg=gray term=none cterm=non

hi Statement ctermfg=blue cterm=none

hi Comment ctermfg=darkcyan cterm=none