14 lines
202 B
VimL
14 lines
202 B
VimL
|
set guifont=Monoid\ Regular:h12
|
||
|
|
||
|
set guioptions-=m
|
||
|
set guioptions-=T
|
||
|
set guioptions-=r
|
||
|
set guioptions-=L
|
||
|
|
||
|
if has('transparency')
|
||
|
set transparency=10
|
||
|
endif
|
||
|
|
||
|
hi CursorLine gui=bold
|
||
|
hi Comment gui=italic
|