Skip to content

Commit 5f2ae86

Browse files
committed
another attempt at fixing MatchParen
1 parent 5031ecf commit 5f2ae86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colors/apprentice.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if &t_Co >= 256 || has('gui_running')
105105
hi Search ctermbg=108 ctermfg=235 guibg=#87af87 guifg=#262626 cterm=NONE gui=NONE
106106

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

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

188188
hi Directory ctermbg=NONE ctermfg=14 cterm=NONE
189-
hi MatchParen ctermbg=15 ctermfg=0 cterm=NONE
189+
hi MatchParen ctermbg=0 ctermfg=11 cterm=NONE
190190

191191
hi SpellBad ctermbg=NONE ctermfg=1 cterm=undercurl
192192
hi SpellCap ctermbg=NONE ctermfg=3 cterm=undercurl

0 commit comments

Comments
 (0)