Skip to content

Commit

Permalink
Fix terminal MatchParen colors, submitted by thedeeno
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr committed Oct 13, 2013
1 parent 8305686 commit e7bcec7
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 @@ -178,7 +178,7 @@ if &t_Co > 255
hi Macro ctermfg=193
hi SpecialKey ctermfg=81

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

3 comments on commit e7bcec7

@justinmk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thedeeno @tomasr This makes the matching parens the opposite of the guifg and guibg values. Why?

See screenshot below.

2014-04-11 21-00-49

@tomasr
Copy link
Owner Author

@tomasr tomasr commented on e7bcec7 Apr 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, I hate that stuff sometimes. Care to submit a patch?

@justinmk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do

Please # to comment.