Home

Awesome

Inkstained theme

This repository includes an experimental color scheme file for Vim.

Screenshot

Features

Installation

For vim-plug users

Plug 'yuttie/inkstained-vim'

Configuration

lightline.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': '' },
      \ }

Contribution

Currently, the colors for terminals, i.e. cterm* values, are not tested well. Please create an issue when you find a problem.