Skip to content

Commit

Permalink
Lighter comment color for easier reading
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Oct 20, 2012
1 parent eb4dfe0 commit f973f02
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 @@ -78,7 +78,7 @@ hi Search guifg=#FFFFFF guibg=#455354
" marks column
hi SignColumn guifg=#A6E22E guibg=#232526
hi SpecialChar guifg=#F92672 gui=bold
hi SpecialComment guifg=#465457 gui=bold
hi SpecialComment guifg=#7E8E91 gui=bold
hi Special guifg=#66D9EF guibg=bg gui=italic
if has("spell")
hi SpellBad guisp=#FF0000 gui=undercurl
Expand Down Expand Up @@ -116,7 +116,7 @@ if s:molokai_original == 1
hi SpecialKey guifg=#75715E
else
hi Normal guifg=#F8F8F2 guibg=#1B1D1E
hi Comment guifg=#465457
hi Comment guifg=#7E8E91
hi CursorLine guibg=#293739
hi CursorColumn guibg=#293739
hi ColorColumn guibg=#232526
Expand Down

0 comments on commit f973f02

Please sign in to comment.