Skip to content

Instantly share code, notes, and snippets.

@davidkryzaniak
Forked from matagus/hgrc
Created January 29, 2014 14:52
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 davidkryzaniak/8689646 to your computer and use it in GitHub Desktop.
Save davidkryzaniak/8689646 to your computer and use it in GitHub Desktop.
[extensions]
# enable color extension
color =
[color]
# configure colors for each possible hg status
status.modified = blue bold
status.added = green bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = magenta bold
status.ignored = white bold
# and for hg diff output also
diff.diffline = bold
diff.extended = cyan bold
diff.file_a = red bold
diff.file_b = green bold
diff.hunk = magenta
diff.deleted = red
diff.inserted = green
diff.changed = white
diff.trailingwhitespace = bold red_background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment