Skip to content

Commit

Permalink
Change search higlight based on @vellvisher suggestion.
Browse files Browse the repository at this point in the history
See tomasr#32 (comment) for details
  • Loading branch information
tomasr committed Apr 12, 2014
1 parent 0f05955 commit d675583
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 @@ -75,7 +75,7 @@ hi PreCondit guifg=#A6E22E gui=bold
hi PreProc guifg=#A6E22E
hi Question guifg=#66D9EF
hi Repeat guifg=#F92672 gui=bold
hi Search guifg=#FFFFFF guibg=#455354
hi Search guifg=#000000 guibg=#FFE792
" marks
hi SignColumn guifg=#A6E22E guibg=#232526
hi SpecialChar guifg=#F92672 gui=bold
Expand Down Expand Up @@ -192,7 +192,7 @@ if &t_Co > 255
hi PreProc ctermfg=118
hi Question ctermfg=81
hi Repeat ctermfg=161 cterm=bold
hi Search ctermfg=253 ctermbg=66
hi Search ctermfg=0 ctermbg=222 cterm=NONE

" marks column
hi SignColumn ctermfg=118 ctermbg=235
Expand Down

0 comments on commit d675583

Please # to comment.