All Projects → yunlingz → ci_dark

yunlingz / ci_dark

Licence: BSD-2-Clause license
No description or website provided.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to ci dark

Landscape.vim
A colorscheme for Vim
Stars: ✭ 126 (+51.81%)
Mutual labels:  vim-colorscheme
ceudah.vim
A Material Colorscheme Bright for Vim.
Stars: ✭ 14 (-83.13%)
Mutual labels:  vim-colorscheme
sourcerer
read code like a wizard. a 16bit color scheme for hackers
Stars: ✭ 136 (+63.86%)
Mutual labels:  vim-colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+2293.98%)
Mutual labels:  vim-colorscheme
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+3678.31%)
Mutual labels:  vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-60.24%)
Mutual labels:  vim-colorscheme
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+1808.43%)
Mutual labels:  vim-colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+20.48%)
Mutual labels:  vim-colorscheme
Vim Snazzy
Elegant vim theme with bright colors.
Stars: ✭ 252 (+203.61%)
Mutual labels:  vim-colorscheme
vim-colorschemes
My colorscheme for vim
Stars: ✭ 22 (-73.49%)
Mutual labels:  vim-colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+109.64%)
Mutual labels:  vim-colorscheme
Nova Vim
Nova color scheme plugin for Vim
Stars: ✭ 211 (+154.22%)
Mutual labels:  vim-colorscheme
quantum.vim
A colorscheme based on the Firefox DevTools
Stars: ✭ 46 (-44.58%)
Mutual labels:  vim-colorscheme
Vim One
Adaptation of one-light and one-dark colorschemes for Vim
Stars: ✭ 1,794 (+2061.45%)
Mutual labels:  vim-colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-49.4%)
Mutual labels:  vim-colorscheme
Hydrangea Vim
Hydrangea theme for Vim.
Stars: ✭ 121 (+45.78%)
Mutual labels:  vim-colorscheme
vim-envy
Light color scheme for Vim with comfortable contrast.
Stars: ✭ 54 (-34.94%)
Mutual labels:  vim-colorscheme
vim-fruchtig
Light, colorful colorscheme for Vim
Stars: ✭ 16 (-80.72%)
Mutual labels:  vim-colorscheme
vim-sunbather
A minimal pink colorscheme for Vim.
Stars: ✭ 62 (-25.3%)
Mutual labels:  vim-colorscheme
starrynight
A dark Vim/Neovim color scheme with rich colors on a deep black background.
Stars: ✭ 20 (-75.9%)
Mutual labels:  vim-colorscheme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].