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