summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/hldiff.py2
1 files changed, 1 insertions, 1 deletions
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: