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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
B
Blog
A
About on SuperTechFans
大猫的无限游戏
大猫的无限游戏
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
H
Help Net Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
IT之家
IT之家
D
Docker
Google DeepMind News
Google DeepMind News
罗磊的独立博客
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
Recent Announcements
Recent Announcements
阮一峰的网络日志
阮一峰的网络日志
D
DataBreaches.Net
博客园 - 司徒正美
Engineering at Meta
Engineering at Meta

博客园 - 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