Skip to content

Commit

Permalink
Merge pull request tomasr#46 from jzelinskie/master
Browse files Browse the repository at this point in the history
Add syntastic error/warning signs
  • Loading branch information
edentsai committed Oct 4, 2015
2 parents 0875855 + 6bfcf7f commit 15a5192
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ hi PreProc guifg=#A6E22E
hi Question guifg=#66D9EF
hi Repeat guifg=#F92672 gui=bold
hi Search guifg=#000000 guibg=#FFE792

" marks
hi SyntasticErrorSign guifg=#F92672 guibg=#232526
hi SyntasticWarningSign guifg=#E6DB74 guibg=#232526

hi SignColumn guifg=#A6E22E guibg=#232526
hi SpecialChar guifg=#F92672 gui=bold
hi SpecialComment guifg=#7E8E91 gui=bold
Expand Down Expand Up @@ -243,6 +247,9 @@ if &t_Co > 255
hi Search ctermfg=0 ctermbg=222 cterm=NONE

" marks column
hi SyntasticErrorSign ctermfg=161 ctermbg=235
hi SyntasticWarningSign ctermfg=144 ctermbg=235

hi SignColumn ctermfg=118 ctermbg=235
hi SpecialChar ctermfg=161 cterm=bold
hi SpecialComment ctermfg=245 cterm=bold
Expand Down

0 comments on commit 15a5192

Please sign in to comment.