This repository includes a color scheme file for Vim.
- A dark theme with main colors from hydrangea flowers
- Midnight blue as the background color
- Support 256 color terminals
- Includes colorscheme file for lightline.vim
- Customization via colorscheme generator script written in Python
Plug 'yuttie/hydrangea-vim'
call dein#add('yuttie/hydrangea-vim')
lightline.vim support is included.
To use the bundled colorscheme for lightline.vim, specify 'hydrangea'
in a definition of your lightline as follows:
let g:lightline = {
\ 'colorscheme': 'hydrangea',
\ 'component': {
\ 'readonly': '%{&readonly?"":""}',
\ },
\ 'separator': { 'left': '', 'right': '' },
\ 'subseparator': { 'left': '', 'right': '' },
\ }
Currently, the colors for terminals, i.e. cterm*
values, are not tested well.
Please create an issue when you find a problem.
If you are also interested in a light theme, have a look at my Inkstained theme! 😎