Skip to content

Commit

Permalink
use grey background color for matchParen
Browse files Browse the repository at this point in the history
  • Loading branch information
jktzes authored and connorholyday committed Jan 6, 2019
1 parent 88b88fe commit 669ac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/snazzy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ let g:terminal_color_15 = '#eff0eb'
:exe 'highlight Tag guifg='.yellow.' guibg=NONE guisp=NONE gui=NONE ctermfg=229 ctermbg=NONE cterm=NONE'
:exe 'highlight String guifg='.yellow.' guibg=NONE guisp=NONE gui=NONE ctermfg=229 ctermbg=NONE cterm=NONE'
:exe 'highlight PMenuThumb guifg=NONE guibg='.ui_4.' guisp='.ui_4.' gui=NONE ctermfg=NONE ctermbg=248 cterm=NONE'
:exe 'highlight MatchParen guifg='.yellow.' guibg=NONE guisp=NONE gui=bold ctermfg=229 ctermbg=NONE cterm=bold'
:exe 'highlight MatchParen guifg='.yellow.' guibg='.ui_4.' guisp=NONE gui=bold ctermfg=229 ctermbg=NONE cterm=bold'
:exe 'highlight Repeat guifg='.green.' guibg=NONE guisp=NONE gui=bold ctermfg=84 ctermbg=NONE cterm=bold'
:exe 'highlight SpellBad guifg='.ui_1.' guibg='.ui_12.' guisp='.ui_12.' gui=underline ctermfg=189 ctermbg=235 cterm=underline'
:exe 'highlight CTagsClass guifg='.ui_3.' guibg=NONE guisp=NONE gui=NONE ctermfg=254 ctermbg=NONE cterm=NONE'
Expand Down

0 comments on commit 669ac44

Please sign in to comment.