-
-
Save davidkryzaniak/8689646 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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