colout/colout_json.py
2013-03-24 23:54:02 +01:00

8 lines
110 B
Python

def theme():
return [
[ '[{}]' ],
[ '[:,]', "blue" ],
[ '".*"', "green" ]
]