Skip to content

Commit

Permalink
another attempt at fixing MatchParen
Browse files Browse the repository at this point in the history
  • Loading branch information
romainl committed May 8, 2015
1 parent 5031ecf commit 5f2ae86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/apprentice.vim
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if &t_Co >= 256 || has('gui_running')
hi Search ctermbg=108 ctermfg=235 guibg=#87af87 guifg=#262626 cterm=NONE gui=NONE

hi Directory ctermbg=NONE ctermfg=73 guibg=NONE guifg=#5fafaf cterm=NONE gui=NONE
hi MatchParen ctermbg=231 ctermfg=234 guibg=#ffffff guifg=#1c1c1c cterm=NONE gui=NONE
hi MatchParen ctermbg=234 ctermfg=229 guibg=#1c1c1c guifg=#ffffaf cterm=NONE gui=NONE

hi SpellBad ctermbg=NONE ctermfg=131 guibg=NONE guifg=NONE cterm=undercurl gui=undercurl guisp=#af5f5f
hi SpellCap ctermbg=NONE ctermfg=73 guibg=NONE guifg=NONE cterm=undercurl gui=undercurl guisp=#5fafaf
Expand Down Expand Up @@ -186,7 +186,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
hi Search ctermbg=2 ctermfg=0 cterm=NONE

hi Directory ctermbg=NONE ctermfg=14 cterm=NONE
hi MatchParen ctermbg=15 ctermfg=0 cterm=NONE
hi MatchParen ctermbg=0 ctermfg=11 cterm=NONE

hi SpellBad ctermbg=NONE ctermfg=1 cterm=undercurl
hi SpellCap ctermbg=NONE ctermfg=3 cterm=undercurl
Expand Down

0 comments on commit 5f2ae86

Please sign in to comment.