From ab632d4e976187a561b2bd1ffb0448904a3d106a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 30 Mar 2019 15:03:36 -0400 Subject: Actually, git uses cyan for line markers --- contrib/hldiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/hldiff.py b/contrib/hldiff.py index 367dcda..8171625 100755 --- a/contrib/hldiff.py +++ b/contrib/hldiff.py @@ -22,7 +22,7 @@ for line in patch.split("\n"): print(line) else: if line.startswith("@@"): - line = lines_re.sub(f"{Fore.BLUE}@@ \\1 @@{Style.RESET_ALL}", + line = lines_re.sub(f"{Fore.CYAN}@@ \\1 @@{Style.RESET_ALL}", line) print(line) else: -- cgit v1.2.3