Inkstained Vim Save

An experimental color scheme for Vim.

Project README

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.

Open Source Agenda is not affiliated with "Inkstained Vim" Project. README Source: yuttie/inkstained-vim
Stars
41
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating