[vim] comment 的顏色
之前一直是深藍色,在黑色背景下看得有夠吃力的。
剛剛翻了翻 VIM.org ,加上下列幾行,就變成顧眼睛的綠色啦
if &background == “light”
highlight comment ctermfg=darkgreen guifg=darkgreen
else
highlight comment ctermfg=green guifg=green
endif
highlight comment ctermfg=darkgreen guifg=darkgreen
else
highlight comment ctermfg=green guifg=green
endif













Created





clsung says:
Added on 十月 15th, 2004 at 11:02 am謝啦,不過我看 yjchou 的 Vim Theme Preview 之後,決定用
,不過
也不錯。