Add spell definitions for both cterm and gui.
This commit is contained in:
parent
b10eac4125
commit
2ee8d3c28e
|
@ -1,6 +1,6 @@
|
||||||
" SpaceGray.vim -- Vim colorscheme.
|
" SpaceGray.vim -- Vim colorscheme.
|
||||||
" Maintainer: Akshay Hegde (github.com/ajh17)
|
" Maintainer: Akshay Hegde (github.com/ajh17)
|
||||||
" A colorscheme loosely modeled after the spacegray theme for Xcode.
|
" A colorscheme modeled after the spacegray theme for Xcode.
|
||||||
" This colorscheme is 256color and up only.
|
" This colorscheme is 256color and up only.
|
||||||
|
|
||||||
" Setup {{{1
|
" Setup {{{1
|
||||||
|
@ -81,6 +81,10 @@ hi TabLineSel ctermbg=101 ctermfg=235 guibg=#7D8FA3 guifg=#111314 cte
|
||||||
hi Directory ctermbg=NONE ctermfg=24 guibg=NONE guifg=#5FAFAF cterm=NONE gui=NONE
|
hi Directory ctermbg=NONE ctermfg=24 guibg=NONE guifg=#5FAFAF cterm=NONE gui=NONE
|
||||||
hi MatchParen ctermbg=NONE ctermfg=11 guibg=NONE guifg=#E5C078 cterm=bold gui=bold
|
hi MatchParen ctermbg=NONE ctermfg=11 guibg=NONE guifg=#E5C078 cterm=bold gui=bold
|
||||||
|
|
||||||
|
hi SpellBad ctermbg=52 ctermfg=9 guibg=#5F0000 guifg=#CC6666 cterm=NONE gui=NONE
|
||||||
|
hi SpellRare ctermbg=53 ctermfg=13 guibg=#5F005F guifg=#B294BB cterm=NONE gui=NONE
|
||||||
|
hi SpellCap ctermbg=17 ctermfg=12 guibg=#00005F guifg=#81A2BE cterm=NONE gui=NONE
|
||||||
|
hi SpellLocal ctermbg=24 ctermfg=14 guibg=#005F5F guifg=#8ABEB7 cterm=NONE gui=NONE
|
||||||
|
|
||||||
" Highlight Links {{{1
|
" Highlight Links {{{1
|
||||||
hi link Boolean Constant
|
hi link Boolean Constant
|
||||||
|
|
Loading…
Reference in New Issue