Skip to content

hzncpa/inkstained-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An experimental color scheme for Vim.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.3%
  • Vim Script 35.7%