Skip to content

Commit

Permalink
Use Normal's foreground color for Conceal
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Mar 22, 2019
1 parent 3d185be commit 6434f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/open-color.vim
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
call s:Hi('Title', s:oc['indigo'][3], '')

" :set conceallevel=1
call s:Hi('Conceal', s:oc['gray'][6], s:oc['gray'][8])
call s:Hi('Conceal', s:oc['gray'][2], s:oc['gray'][8])
call s:Hi('Ignore', s:oc['gray'][6], s:oc['gray'][9])

" syntax/ruby.vim
Expand Down Expand Up @@ -349,7 +349,7 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
" :set all
call s:Hi('Title', s:oc['indigo'][5], '')

call s:Hi('Conceal', s:oc['gray'][6], s:oc['gray'][3])
call s:Hi('Conceal', s:oc['gray'][8], s:oc['gray'][3])
call s:Hi('Ignore', s:oc['gray'][6], s:oc['gray'][1])

" syntax/ruby.vim
Expand Down

0 comments on commit 6434f1a

Please sign in to comment.