Skip to content

Commit

Permalink
Don't overwrite colors futher down.
Browse files Browse the repository at this point in the history
  • Loading branch information
e0da committed Jul 19, 2012
1 parent c5fddd7 commit 80afffb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ end
if &t_Co > 255
if s:molokai_original == 1
hi Normal ctermbg=234
hi CursorLine ctermbg=235
hi CursorLine ctermbg=235 cterm=none
else
hi Normal ctermfg=252 ctermbg=233
hi CursorLine ctermbg=234 cterm=none
endif
hi Boolean ctermfg=135
hi Character ctermfg=144
Expand Down Expand Up @@ -208,9 +211,7 @@ if &t_Co > 255
hi WarningMsg ctermfg=231 ctermbg=238 cterm=bold
hi WildMenu ctermfg=81 ctermbg=16

hi Normal ctermfg=252 ctermbg=233
hi Comment ctermfg=59
hi CursorLine ctermbg=234 cterm=none
hi CursorColumn ctermbg=234
hi ColorColumn ctermbg=234
hi LineNr ctermfg=250 ctermbg=234
Expand Down

0 comments on commit 80afffb

Please sign in to comment.