bluewery.vim
bluewery
Mode | Status line image |
---|---|
NORMAL | |
INSERT | |
VISUAL | |
REPLACE |
bluewery-light
Mode | Status line image |
---|---|
NORMAL | |
INSERT | |
VISUAL | |
REPLACE |
Installation
Using vim-plug,
Plug 'relastle/bluewery.vim'
Add following lines into your .vimrc
.
" For dark
colorscheme bluewery
let g:lightline = { 'colorscheme': 'bluewery' }
" For light
colorscheme bluewery-light
let g:lightline = { 'colorscheme': 'bluewery_light' }
Features
- True-color based color scheme.
- Supporting lightline colorscheme.
-
Dark
andLight
version schemes. - Supporting airline colorscheme.
pallete
This color scheme is created for truecolor
environment,
but you can use it in non-truecolor environment by configuring
you terminal as following color pallete.
Dark
Light
Thanks
This colorscheme is inspired by
NOTE
License
The MIT License (MIT)