Skip to content

Commit

Permalink
Highlight Question
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Mar 4, 2019
1 parent af3f90c commit 5eb91fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions colors/open-color.vim
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
call s:Hi('ErrorMsg', s:oc['gray'][2], s:oc['red'][7])
" -- INSERT --
call s:Hi('ModeMsg', s:oc['gray'][2], '')
" -- More --
call s:Hi('MoreMsg', s:oc['lime'][4], '')
" Press ENTER or type command to continue
call s:Hi('Question', s:oc['lime'][4], '')
" Search hit bottom
call s:Hi('WarningMsg', s:oc['red'][5], '')

Expand Down Expand Up @@ -319,7 +322,10 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
call s:Hi('ErrorMsg', s:oc['gray'][8], s:oc['red'][5])
" -- INSERT --
call s:Hi('ModeMsg', s:oc['gray'][8], '')
" -- More --
call s:Hi('MoreMsg', s:oc['lime'][8], '')
" Press ENTER or type command to continue
call s:Hi('Question', s:oc['lime'][8], '')
" Search hit bottom
call s:Hi('WarningMsg', s:oc['red'][5], '')

Expand Down

0 comments on commit 5eb91fa

Please sign in to comment.