Skip to content

Commit 8bd0a36

Browse files
committed
Improve color contrast
1 parent 4f399be commit 8bd0a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/json/tool.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
_colors = {
2727
'key': ANSIColors.INTENSE_BLUE,
28-
'string': ANSIColors.GREEN,
28+
'string': ANSIColors.INTENSE_GREEN,
2929
'number': ANSIColors.YELLOW,
30-
'boolean': ANSIColors.CYAN,
31-
'null': ANSIColors.CYAN,
30+
'boolean': ANSIColors.INTENSE_CYAN,
31+
'null': ANSIColors.INTENSE_CYAN,
3232
}
3333

3434

0 commit comments

Comments
 (0)