All Projects → chuling → Ci_dark

chuling / Ci_dark

Licence: apache-2.0

Projects that are alternatives of or similar to Ci dark

Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (+489.87%)
Mutual labels:  neovim, vim-colorscheme
Seabird
a vim and terminal theme based on hue 204 (blue, blue...)
Stars: ✭ 84 (+6.33%)
Mutual labels:  neovim, vim-colorscheme
Vim Horizon
Adaptation of VS Code horizon colorscheme for Vim
Stars: ✭ 82 (+3.8%)
Mutual labels:  neovim, vim-colorscheme
Oceanic Material
Oceanic Material Colorscheme on Vim/NeoVim
Stars: ✭ 117 (+48.1%)
Mutual labels:  neovim, vim-colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+253.16%)
Mutual labels:  neovim, vim-colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+230.38%)
Mutual labels:  neovim, vim-colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+36.71%)
Mutual labels:  neovim, vim-colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+341.77%)
Mutual labels:  neovim, vim-colorscheme
Falcon
A colour scheme for terminals, Vim and friends.
Stars: ✭ 483 (+511.39%)
Mutual labels:  neovim, vim-colorscheme
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-24.05%)
Mutual labels:  neovim
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-12.66%)
Mutual labels:  vim-colorscheme
Nvim Hlslens
Hlsearch Lens for Neovim
Stars: ✭ 55 (-30.38%)
Mutual labels:  neovim
Dotfiles
🏠
Stars: ✭ 60 (-24.05%)
Mutual labels:  neovim
Vim Ultest
The ultimate testing plugin for (Neo)Vim
Stars: ✭ 70 (-11.39%)
Mutual labels:  neovim
Vim Floaterm
🌟 Terminal manager for (neo)vim
Stars: ✭ 1,098 (+1289.87%)
Mutual labels:  neovim
Intero.nvim
Haskell+Neovim lightning fast autocompletion and other IDE functionality
Stars: ✭ 76 (-3.8%)
Mutual labels:  neovim
Vim Crates
Handle Cargo dependencies like a Rustavimean.
Stars: ✭ 54 (-31.65%)
Mutual labels:  neovim
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-34.18%)
Mutual labels:  vim-colorscheme
Coc Translator
🌸 Translation extension for coc.nvim
Stars: ✭ 77 (-2.53%)
Mutual labels:  neovim
Coc Vimtex
vimtex integration for coc.nvim
Stars: ✭ 74 (-6.33%)
Mutual labels:  neovim

CI Dark

Preview

Vim/Neovim

nvim preview

Terminal

term preview

Usage

iTerm color preset: ci_dark.itermcolors

Neovim/Vim

Plug 'chuling/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

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

Apache-2.0

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].