Skip to content

Commit ef065b3

Browse files
committed
Change foreground of scope messages
1 parent f88827d commit ef065b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def loc_compare(rec1, rec2):
3939
return 0
4040

4141

42-
colors = { 'success': '\x1b[1;37;42m', 'failure': '\x1b[1;41m', 'note': '\x1b[1;37;44m', 'scope': '\x1b[45m' }
42+
colors = { 'success': '\x1b[1;37;42m', 'failure': '\x1b[1;41m', 'note': '\x1b[1;37;44m', 'scope': '\x1b[30;45m' }
4343
coloroff = '\x1b[0m'
4444

4545
inlwhat = { 'Inlining': 1, 'Inlined': 1, 'will not early inline:': 3, 'not inlinable:': 3, 'Considering inline candidate': 1 }

0 commit comments

Comments
 (0)