Skip to content

Commit

Permalink
Merge pull request tomasr#37 from jasonlevinsohn/master
Browse files Browse the repository at this point in the history
Changed Error color to #ff3333 red, better visibility
  • Loading branch information
edentsai committed Oct 2, 2015
2 parents 0e448a0 + 9a2a71d commit 3f9a0d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ hi DiffDelete guifg=#960050 guibg=#1E0010
hi DiffText guibg=#4C4745 gui=italic,bold

hi Directory guifg=#A6E22E gui=bold
hi Error guifg=#E6DB74 guibg=#1E0010
hi Error guifg=#E6DB74 guibg=#ff3333
hi ErrorMsg guifg=#F92672 guibg=#232526 gui=bold
hi Exception guifg=#A6E22E gui=bold
hi Float guifg=#AE81FF
Expand Down 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=89
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 Expand Up @@ -274,3 +274,4 @@ end
" Must be at the end, because of ctermbg=234 bug.
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
set background=dark

0 comments on commit 3f9a0d2

Please # to comment.