This repository includes an experimental color scheme file for Vim.
- A light theme
- Includes colorscheme file for lightline.vim
- Customization via colorscheme generator script written in Python
Plug 'yuttie/inkstained-vim'
lightline.vim support is included.
To use the bundled colorscheme for lightline.vim, specify 'inkstained'
in a definition of your lightline as follows:
let g:lightline = {
\ 'colorscheme': 'inkstained',
\ '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.