Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gko/vim-coloresque
css/less/sass/html color preview for vim
https://github.com/gko/vim-coloresque
Last synced: about 1 month ago
JSON representation
css/less/sass/html color preview for vim
- Host: GitHub
- URL: https://github.com/gko/vim-coloresque
- Owner: gko
- Created: 2013-08-11T07:46:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T19:14:41.000Z (over 4 years ago)
- Last Synced: 2024-11-06T19:42:11.424Z (about 1 month ago)
- Language: Vim script
- Homepage:
- Size: 66.4 KB
- Stars: 352
- Watchers: 6
- Forks: 63
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
- my-awesome-github-stars - gko/vim-coloresque - css/less/sass/html color preview for vim (Vim Script)
README
# Coloresque
![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/gko/vim-coloresque.git'
```Via [Plug](https://github.com/junegunn/vim-plug):
```
Plug 'gko/vim-coloresque'
```### 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)