chriskempson / tomorrow-theme

Tomorrow Theme
Other
13.73k stars 3.17k forks source link

Make Git commit summary bold #262

Closed jcassee closed 9 years ago

jcassee commented 10 years ago

Uses the gitcommitSummary property from the gitcommit.vim script.

squarefrog commented 10 years ago

Another :+1: from me

yous commented 10 years ago

Actually, #261 reverts gitcommitSummary to orange, but this makes hard to distinguish the summary. See https://github.com/khwon/vim-tomorrow-theme/pull/6.

yous commented 9 years ago

Sorry, https://github.com/chriskempson/tomorrow-theme/pull/262#issuecomment-53176382 wasn't quite right. #278 really makes gitcommitSummary to orange.

jcassee commented 9 years ago

@chriskempson Do you have a preference for either rebasing this pull request on the current master or merging it in? Or should we just use #278? @yous?

yous commented 9 years ago

@jcassee Try this on your branch:

git fetch upstream
git rebase upstream/master
git push --force-with-lease

with remote upstream pointing this repo: chriskempson/tomorrow-theme.

jcassee commented 9 years ago

@yous Done!

jcassee commented 9 years ago

Thanks, @chriskempson!