Ci Dark Save

Project README

CI Dark

Preview

Vim/Neovim

nvim preview

Terminal

term preview

Usage

iTerm color preset: ci_dark.itermcolors

Neovim/Vim

Plug 'yunlingz/ci_dark'

" optional rainbow parentheses improved
" *ci_dark* has a built-in automated configuration for *rainbow*
" there is no need to specify `g:rainbow_conf` manually
Plug 'luochen1990/rainbow'

" true colors are required
syntax on
set termguicolors

" keywords bolded, disabled(=0) by default
let g:ci_dark_enable_bold = 1

" OLED friendly self-illuminating by pure black background
" disabled(=0) by default
" let g:ci_dark_emitting = 1

colorscheme ci_dark

" better vertsplit char
set fillchars+=vert:│

let g:airline_theme = 'ci_dark'
let g:lightline.colorscheme = 'ci_dark'

basic color preset

License

BSD-2-Clause

Other

my vim configurations

Open Source Agenda is not affiliated with "Ci Dark" Project. README Source: yunlingz/ci_dark
Stars
84
Open Issues
1
Last Commit
2 years ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating