mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Add documentation about Atom color schemes
vim-one plugin doesn't work well with SpaceVim in dark mode. See #507 for further discussion.
This commit is contained in:
parent
f831bbb6b5
commit
0297f509ea
@ -13,3 +13,10 @@ Vim background color. SpaceVim support to change the background color with
|
|||||||
```vim
|
```vim
|
||||||
let g:spacevim_colorscheme_bg = 'dark'
|
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](https://github.com/SpaceVim/SpaceVim/issues/507) for further discussion.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user