clark-t / jojokai

Monokai colorscheme for Vim, lightline.vim, buftabline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jojokai

Monokai colorscheme for Vim, lightline.vim, vim-buftabline

Inspired by sickill/vim-monokai and crusoexia/vim-monokai, their jobs are exellent!

I noticed their colorschemes use some bright colors, and blingbling my doggy eyes after long time coding, so I copy them to change some colors.

the source is written by nodejs, and run npm run build to generate codes to vimscript, so the vimscript has no function calling on it, which might a little speed up vim opening (?no testing yet...)

and I use the same color to generate a lightline.vim colorscheme and a buftabline colorscheme to make them cooperate better in vision.

Usage

Add this colorscheme to .vimrc

" Vundle
Plugin 'clark-t/jojokai'

" or vim-plug
Plug 'clark-t/jojokai'

then set colorscheme to jojokai:

colorscheme jojokai

If you use lightline.vim, then set lightline.vim's colorscheme to jojokai:

let g:lightline = { 'colorscheme': 'jojokai' }

Screenshots

Here are some screenshots of jojokai, plugins contains lightline.vim buftabline, and diminactive.

Normal

normal mode

Insert

insert mode

Visual

visual mode

Works with diminactive

vim-diminactive is a exellent plugin to dim the inactive window. Here are two screenshots to see the performance works with jojokai:

active window in window 1

and switch to window 2:

switch to window 3

That's all.

kono dio da!

About

Monokai colorscheme for Vim, lightline.vim, buftabline

License:MIT License


Languages

Language:Vim Script 52.6%Language:JavaScript 40.0%Language:TypeScript 6.0%Language:Go 0.8%Language:HTML 0.6%