Skip to content

Commit

Permalink
Add rules for Spell*
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Jan 6, 2014
1 parent f3ff720 commit f9f8bc1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion colors/iceberg.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"
" File: iceberg.vim
" Maintainer: cocopon <[email protected]>
" Modified: 2014-01-06 16:34+0900
" Modified: 2014-01-06 16:44+0900
" License: MIT


Expand Down Expand Up @@ -62,6 +62,10 @@ hi! Question ctermfg=150 guifg=#b8c486
hi! Search ctermbg=216 ctermfg=234 guibg=#e4aa80 guifg=#392313
hi! SignColumn ctermbg=235 ctermfg=239 guibg=#202330 guifg=#484f6d
hi! Special ctermfg=150 guifg=#b8c486
hi! SpellBad guisp=#e07979
hi! SpellCap guisp=#84a0c6
hi! SpellLocal guisp=#8ab8c1
hi! SpellRare guisp=#a093c7
hi! Statement ctermfg=110 gui=NONE guifg=#84a0c6
hi! StatusLine cterm=reverse ctermbg=234 ctermfg=245 gui=reverse guibg=#17171b guifg=#818596 term=reverse
hi! StatusLineNC cterm=reverse ctermbg=238 ctermfg=233 gui=reverse guibg=#3e445e guifg=#0f1117
Expand Down
12 changes: 12 additions & 0 deletions src/iceberg.svss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,18 @@ Special {
ctermfg: $c-green;
guifg: $g-green;
}
SpellBad {
guisp: $g-red;
}
SpellCap {
guisp: $g-blue;
}
SpellLocal {
guisp: $g-lblue;
}
SpellRare {
guisp: $g-purple;
}
Statement {
ctermfg: $c-blue;
gui: NONE;
Expand Down

0 comments on commit f9f8bc1

Please sign in to comment.