1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/docs/layers/colorscheme.md
Javier Tiá 0297f509ea Add documentation about Atom color schemes
vim-one plugin doesn't work well with SpaceVim in dark mode. See #507
for further discussion.
2017-05-29 21:21:47 -06:00

907 B

Layers > colorscheme

This layer provides many Vim colorschemes for SpaceVim, the default colorscheme is gruvbox.

To change the colorscheme:

let g:spacevim_colorscheme = 'onedark'

Some colorschemes offer dark and light styles. Most of them are set by changing Vim background color. SpaceVim support to change the background color with g:spacevim_colorscheme_bg:

let g:spacevim_colorscheme_bg = 'dark'

Among SpaceVim colorschemes supported, there are some that looks like Atom editor color styles: dark and light. For Atom dark color scheme use onedark or neodark in g:spacevim_colorscheme. For Atom light color scheme use one. vim-one plugin offer one colorscheme and it supports dark and light styles, but dark style doesn't work well with SpaceVim. Check #507 for further discussion.