Skip to content

🎨 The Vim color scheme editor that generates from only 6 colors or a single image.

License

Notifications You must be signed in to change notification settings

utubo/vim-6colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

vim-6colors

The Vim color scheme editor that generates from only 6 colors or a single image.

Demo

https://utubo.github.io/vim-6colors/

Click πŸ§ͺ button and choose any picture !

Examples

more...

Plugins support

Terminal

This supports terminal ansi colors. If you don't want, let g:terminal_ansi_colors.

" Example
augroup terminal_ansi_color
au!
au ColorScheme * let g:terminal_ansi_colors = [
\ '#2d3037', " black ⚠ Delete comments when you use this.
\ '#ab485f', " red
\ '#45ac90', " green
\ '#ab863b', " yellow
\ '#407baf', " blue
\ '#756187', " magenta
\ '#42939f', " cyan
\ '#ccdddd', " white
\ '#2d3037', " black (bright)
\ '#ff597a', " red (bright)
\ '#55ffcc', " green (bright)
\ '#ffc03e', " yellow (bright)
\ '#4daeff', " blue (bright)
\ '#a683bc', " magenta (bright)
\ '#51d6e5', " cyan (bright)
\ '#ffffff', " white (bright)
\ ]
augroup END

πŸ™

🍺 The code for the color scheme is based on vim_colorscheme_template. 🍺

About

🎨 The Vim color scheme editor that generates from only 6 colors or a single image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published