iamsleep / ci_dark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Dark

nvim preview

term preview

Usage

iTerm color preset: ci_dark.itermcolors

Neovim/Vim

Plug 'chuling/ci_dark'

" optional
Plug 'luochen1990/rainbow'

syntax on
set termguicolors
colorscheme ci_dark

set fillchars+=vert:│

let g:airline_theme = 'ci_dark'
let g:lightline = {
  \ 'colorscheme': 'ci_dark',
}

basic color preset

License

MIT OR Apache-2.0

About

License:Other


Languages

Language:Vim Script 100.0%