# vim-coloresque **Repository Path**: spf13_vim/vim-coloresque ## Basic Information - **Project Name**: vim-coloresque - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-11-24 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Coloresque ========== *** **Important!** If you experience any lags in css/html/less/sass files please update to latest version(0.9.5) of plugin. The issue [#13](https://github.com/gorodinskiy/vim-coloresque/issues/13) from 26.09.2013. Sorry for the inconvenience. *** ![pic](https://raw.github.com/gorodinskiy/vim-coloresque/master/screen.png) color preview for vim. ###Overview This is merge of [ap vim-css-color](https://github.com/ap/vim-css-color) and [colorizer](https://github.com/lilydjwg/colorizer). The main goal was to fix cursorline [bug](https://github.com/skammer/vim-css-color/issues/12) and keep named colors(i.e. white, black, aqua). I ended up mixing both plugins plus wrote some stuff, so I decided to leave it as a separate plugin. ###Installation Via [vundle](https://github.com/gmarik/vundle): ``` Bundle 'https://github.com/gorodinskiy/vim-coloresque.git' ``` ###Features You can still use hsl(a) ![Picture](https://coderwall-assets-0.s3.amazonaws.com/uploads/picture/file/1965/hsla.png) or multiple colours on same line ![Picture](https://coderwall-assets-0.s3.amazonaws.com/uploads/picture/file/1963/cursorline.png) and you can use named colors(case insensitive) ![Picture](https://coderwall-assets-0.s3.amazonaws.com/uploads/picture/file/1964/letters.png)