diff --git a/colout/colout_json.py b/colout/colout_json.py index 724362f..4784a74 100644 --- a/colout/colout_json.py +++ b/colout/colout_json.py @@ -2,7 +2,8 @@ def theme(): return [ [ '[][{}]' ], - [ '[:,]', "blue" ], - [ '".*"', "green" ] + [ '[:,]', "yellow" ], + [ '"(.*)"', "green" ], + [ """["']""", "cyan" ] ]