8 lines
110 B
Python
8 lines
110 B
Python
|
|
def theme():
|
|
return [
|
|
[ '[{}]' ],
|
|
[ '[:,]', "blue" ],
|
|
[ '".*"', "green" ]
|
|
]
|
|
|