Skip to content

Commit 37d4c08

Browse files
committed
Tone down the colors a bit
1 parent 8bd0a36 commit 37d4c08

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.INTENSE_GREEN,
28+
'string': ANSIColors.GREEN,
2929
'number': ANSIColors.YELLOW,
30-
'boolean': ANSIColors.INTENSE_CYAN,
31-
'null': ANSIColors.INTENSE_CYAN,
30+
'boolean': ANSIColors.CYAN,
31+
'null': ANSIColors.CYAN,
3232
}
3333

3434

0 commit comments

Comments
 (0)