parent
c9cabb3666
commit
5b52c7eceb
5 changed files with 39 additions and 37 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
import colout
|
||||
def theme( item ):
|
||||
item = colout.colorup( item, '[{}]' )
|
||||
item = colout.colorup( item, '[:,]', "blue" )
|
||||
item = colout.colorup( item, '".*"', "green" )
|
||||
return item
|
||||
def theme():
|
||||
return [
|
||||
[ '[{}]' ],
|
||||
[ '[:,]', "blue" ],
|
||||
[ '".*"', "green" ]
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue