[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















十月 14th, 2004 at 12:40 am
vim theme
AlanSung 說 comment 預設顏色 (深藍色) 看起來很吃力 (其實一堆人抱怨過了吧,vim.org 怎麼一直不改掉啊)…
我建議是直接換 theme 啦,請參考 /usr/local/share/vim/vim63/colors/ 下的一堆設定,我自己是
十月 15th, 2004 at 11:02 am
謝啦,不過我看 yjchou 的 Vim Theme Preview 之後,決定用
,不過
也不錯。