Skip to content

Commit

Permalink
Adjust colors for Visual
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Nov 26, 2016
1 parent 363310a commit 9a003fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions colors/open-color.vim
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
" :help highlight-groups
call s:Hi('Normal', s:oc['gray'][2], s:oc['gray'][8])
call s:Hi('LineNr', s:oc['gray'][6], '')
call s:Hi('Visual', '', s:oc['gray'][6])
call s:Hi('VisualNOS', '', s:oc['gray'][6])
call s:Hi('Visual', '', s:oc['gray'][9])
call s:Hi('VisualNOS', '', s:oc['gray'][9])

" Comment
call s:Hi('Comment', s:oc['gray'][6], '')
Expand Down Expand Up @@ -377,8 +377,8 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
" :help highlight-groups
call s:Hi('Normal', s:oc['gray'][8], s:oc['gray'][1])
call s:Hi('LineNr', s:oc['gray'][6], '')
call s:Hi('Visual', '', s:oc['gray'][2])
call s:Hi('VisualNOS', '', s:oc['gray'][2])
call s:Hi('Visual', '', s:oc['gray'][3])
call s:Hi('VisualNOS', '', s:oc['gray'][3])

" Comment
call s:Hi('Comment', s:oc['gray'][6], '')
Expand Down

0 comments on commit 9a003fc

Please sign in to comment.