Home

Awesome

space-vim-dark

<a href="https://github.com/liuchengxu/space-vim"><img src="https://rawgit.com/liuchengxu/space-vim/master/assets/space-vim-badge.svg" alt="badge"></a>

Try the successor of space-vim-dark for light background support!

:tada: >> space-vim-theme

darklight

Space-vim-dark colorscheme is derived from spacemacs-dark-theme.

Installation

Follow your favourite plugin manager's instruction, e.g., vim-plug:

Plug 'liuchengxu/space-vim-dark'

Notes:

GUI or Terminal with true colors enabled

color space-vim-dark
set termguicolors
hi LineNr ctermbg=NONE guibg=NONE

screenshot

Cterm (256 colors)

screenshot

Change background color

screenshot

"   Range:   233 (darkest) ~ 238 (lightest)
"   Default: 235
let g:space_vim_dark_background = 234
color space-vim-dark

Airline

" Vim Script
let g:airline_theme='violet'

Lightline

" Vim Script
let g:lightline = {'colorscheme': 'violet'}

Credits

To use this colour scheme for X based applications (e.g. Xterm, URxvt, etc.):

  1. Copy all lines from this file which are not comments (comments are lines which begin with a !) into your ~/.Xresources file.
  2. Reload your configuration file with: xrdb ~/.Xresources.