Skip to content

Commit

Permalink
update foreground error color
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlevinsohn committed Dec 19, 2014
1 parent d57c6e1 commit 9a2a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if &t_Co > 255
hi DiffText ctermbg=102 cterm=bold

hi Directory ctermfg=118 cterm=bold
hi Error ctermfg=219 ctermbg=196
hi Error ctermfg=255 ctermbg=196
hi ErrorMsg ctermfg=199 ctermbg=16 cterm=bold
hi Exception ctermfg=118 cterm=bold
hi Float ctermfg=135
Expand Down

0 comments on commit 9a2a71d

Please sign in to comment.