Skip to content

Commit 82cc5b8

Browse files
committed
2 1-digit ansi instead of 1 3-digit for dim magenta
Hopefully this is more supported. Fixes #17
1 parent b8cb727 commit 82cc5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff-so-fancy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
color_code_regex="(\x1B\[([0-9]{1,3}(;[0-9]{1,3}){0,3})[m|K])?"
1717
reset_color="\x1B\[m"
18-
dim_magenta="\x1B\[38;05;146m"
18+
dim_magenta="\x1B\[35m\x1B\[2m"
1919
invert_color="\x1B\[7m"
2020

2121
git_index_line_pattern="^($color_code_regex)index .*"

0 commit comments

Comments
 (0)