Skip to content

Commit

Permalink
update MatchParen
Browse files Browse the repository at this point in the history
  • Loading branch information
cunha committed Jul 10, 2018
1 parent 1c7c3a1 commit 8dad237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ exe "hi! CursorLine" .s:fmt_uopt .s:fg_none .s:bg_base02 .s:sp_base1
exe "hi! ColorColumn" .s:fmt_none .s:fg_none .s:bg_base02
exe "hi! Cursor" .s:fmt_none .s:fg_base03 .s:bg_base0
hi! link lCursor Cursor
exe "hi! MatchParen" .s:fmt_bold .s:fg_red .s:bg_base03
exe "hi! MatchParen" .s:fmt_bold .s:fg_red .s:bg_none
"}}}
" vim syntax highlighting "{{{
" ---------------------------------------------------------------------
Expand Down

0 comments on commit 8dad237

Please sign in to comment.