mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +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:
parent
1d96c391fa
commit
1a6160e1cd
@ -18,9 +18,25 @@
|
|||||||
"
|
"
|
||||||
" The following colorschemes are include in SpaceVim. If the colorscheme you
|
" The following colorschemes are include in SpaceVim. If the colorscheme you
|
||||||
" want is not included in the list below, a PR is welcome.
|
" 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.
|
" 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.
|
" 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.
|
" SpaceVim is not gonna fix them since these should be in charge of each author.
|
||||||
|
@ -1795,9 +1795,25 @@ to your `~/.SpaceVim/init.vim`.
|
|||||||
|
|
||||||
The following colorschemes are include in SpaceVim. If the colorscheme you
|
The following colorschemes are include in SpaceVim. If the colorscheme you
|
||||||
want is not included in the list below, a PR is welcome.
|
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
|
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.
|
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.
|
SpaceVim is not gonna fix them since these should be in charge of each author.
|
||||||
|
Loading…
Reference in New Issue
Block a user