Mode | Status line image |
---|---|
NORMAL | |
INSERT | |
VISUAL | |
REPLACE |
Mode | Status line image |
---|---|
NORMAL | |
INSERT | |
VISUAL | |
REPLACE |
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' }
- True-color based color scheme.
- Supporting lightline colorscheme.
-
Dark
andLight
version schemes. - Supporting airline colorscheme.
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.
This colorscheme is inspired by
The MIT License (MIT)