7 lines
234 B
VimL
Raw Normal View History

2014-04-15 01:23:13 +02:00
" Language: Colorful CSS Color Preview
" Author: Aristotle Pagaltzis <pagaltzis@gmx.de>
if !( has('gui_running') || &t_Co==256 ) | finish | endif
2015-03-08 21:32:50 -07:00
call css_color#init('hex', 'none', 'vimHiGuiRgb,vimComment,vimLineComment')