1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:30:05 +08:00

docs(colorscheme): add missing list

merge 3bc0a1ad21
close https://github.com/SpaceVim/SpaceVim/pull/4746
Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
This commit is contained in:
wsdjeg 2022-11-14 20:57:53 +08:00
parent 1d96c391fa
commit 1a6160e1cd
2 changed files with 36 additions and 4 deletions

View File

@ -18,9 +18,25 @@
"
" The following colorschemes are include in SpaceVim. If the colorscheme you
" want is not included in the list below, a PR is welcome.
"
" >
" | Name | dark | light | term | gui | statusline |
" | ------------ | ---- | ----- | ---- | --- | ---------- |
" | molokai | yes | no | yes | yes | yes |
" | srcery | yes | no | yes | yes | yes |
" | onedark | yes | no | yes | yes | yes |
" | jellybeans | yes | no | yes | yes | yes |
" | palenight | yes | no | yes | yes | yes |
" | one | yes | yes | yes | yes | yes |
" | nord | yes | no | yes | yes | yes |
" | gruvbox | yes | yes | yes | yes | yes |
" | NeoSolarized | yes | yes | yes | yes | yes |
" | hybrid | yes | yes | yes | yes | yes |
" | material | yes | yes | yes | yes | yes |
" | dracula | yes | yes | yes | yes | yes |
" | SpaceVim | yes | yes | yes | yes | yes |
" <
" Also, there's one thing which everyone should know and pay attention to.
" NOT all of below colorschemes support spell check very well. For example,
" NOT all of above colorschemes support spell check very well. For example,
" a colorscheme called atom doesn't support spell check very well.
"
" SpaceVim is not gonna fix them since these should be in charge of each author.

View File

@ -1795,9 +1795,25 @@ to your `~/.SpaceVim/init.vim`.
The following colorschemes are include in SpaceVim. If the colorscheme you
want is not included in the list below, a PR is welcome.
>
| Name | dark | light | term | gui | statusline |
| ------------ | ---- | ----- | ---- | --- | ---------- |
| molokai | yes | no | yes | yes | yes |
| srcery | yes | no | yes | yes | yes |
| onedark | yes | no | yes | yes | yes |
| jellybeans | yes | no | yes | yes | yes |
| palenight | yes | no | yes | yes | yes |
| one | yes | yes | yes | yes | yes |
| nord | yes | no | yes | yes | yes |
| gruvbox | yes | yes | yes | yes | yes |
| NeoSolarized | yes | yes | yes | yes | yes |
| hybrid | yes | yes | yes | yes | yes |
| material | yes | yes | yes | yes | yes |
| dracula | yes | yes | yes | yes | yes |
| SpaceVim | yes | yes | yes | yes | yes |
<
Also, there's one thing which everyone should know and pay attention to. NOT
all of below colorschemes support spell check very well. For example, a
all of above colorschemes support spell check very well. For example, a
colorscheme called atom doesn't support spell check very well.
SpaceVim is not gonna fix them since these should be in charge of each author.