Skip to content

Instantly share code, notes, and snippets.

@tdshipley
Last active April 22, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdshipley/f304f9503155028dbcae5284398a2b30 to your computer and use it in GitHub Desktop.
Save tdshipley/f304f9503155028dbcae5284398a2b30 to your computer and use it in GitHub Desktop.
My colour settings for git when using a terminal with a dark background
# Colour settings best suited to a terminal with a dark background
[color "status"]
added = white green bold
changed = yellow reverse
untracked = white red bold
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment