Skip to content

Commit

Permalink
Merge pull request tomasr#34 from justinmk/master
Browse files Browse the repository at this point in the history
Fix terminal MatchParen colors
  • Loading branch information
tomasr committed Apr 12, 2014
2 parents d675583 + b1ee957 commit db8ce13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if &t_Co > 255
hi Macro ctermfg=193
hi SpecialKey ctermfg=81

hi MatchParen ctermfg=208 ctermbg=233 cterm=bold
hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
hi ModeMsg ctermfg=229
hi MoreMsg ctermfg=229
hi Operator ctermfg=161
Expand Down

0 comments on commit db8ce13

Please # to comment.