@@ -116,7 +116,7 @@ sub do_dsf_stuff {
116
116
# ###################################################################
117
117
if ($line =~ / ^${ansi_color_regex} index / ) {
118
118
# Print the line color and then the actual line
119
- $meta_color = $1 || DiffHighlight::color_config(' color.diff.meta' ," \e [38;5;227m " );
119
+ $meta_color = $1 || DiffHighlight::color_config(' color.diff.meta' ," \e [38;5;11m " );
120
120
print horizontal_rule($meta_color );
121
121
122
122
# Get the next line without incrementing counter while loop
@@ -259,7 +259,7 @@ sub do_dsf_stuff {
259
259
260
260
if ($file1 && $file2 ) {
261
261
# We may not have extracted this yet, so we pull from the config if not
262
- $meta_color ||= DiffHighlight::color_config(' color.diff.meta' ," \e [38;5;227m " );
262
+ $meta_color ||= DiffHighlight::color_config(' color.diff.meta' ," \e [38;5;11m " );
263
263
264
264
my $change = file_change_string($file1 ,$file2 );
265
265
@@ -638,9 +638,9 @@ git config --global color.diff-highlight.oldHighlight "red bold 52"
638
638
git config --global color.diff-highlight.newNormal "green bold"
639
639
git config --global color.diff-highlight.newHighlight "green bold 22"
640
640
641
- git config --global color.diff.meta "227 "
641
+ git config --global color.diff.meta "yellow "
642
642
git config --global color.diff.frag "magenta bold"
643
- git config --global color.diff.commit "227 bold"
643
+ git config --global color.diff.commit "yellow bold"
644
644
git config --global color.diff.old "red bold"
645
645
git config --global color.diff.new "green bold"
646
646
git config --global color.diff.whitespace "red reverse"
0 commit comments