Skip to content

Commit

Permalink
Merge pull request tomasr#19 from raichoo/error
Browse files Browse the repository at this point in the history
make error messages easier to read
  • Loading branch information
tomasr committed Oct 13, 2013
2 parents a0d15b7 + 075ff97 commit 7af53b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ hi DiffDelete guifg=#960050 guibg=#1E0010
hi DiffText guibg=#4C4745 gui=italic,bold

hi Directory guifg=#A6E22E gui=bold
hi Error guifg=#960050 guibg=#1E0010
hi Error guifg=#E6DB74 guibg=#1E0010
hi ErrorMsg guifg=#F92672 guibg=#232526 gui=bold
hi Exception guifg=#A6E22E gui=bold
hi Float guifg=#AE81FF
Expand Down Expand Up @@ -248,7 +248,7 @@ if &t_Co > 255
hi DiffDelete ctermfg=125 ctermbg=233

hi Directory ctermfg=154 cterm=bold
hi Error ctermfg=125 ctermbg=233
hi Error ctermfg=222 ctermbg=233
hi Exception ctermfg=154 cterm=bold
hi Float ctermfg=141
hi Function ctermfg=154
Expand Down

0 comments on commit 7af53b7

Please sign in to comment.