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