better perm theme
This commit is contained in:
parent
01d1ab6b20
commit
eb8935f156
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
def theme(context):
|
||||
p="([rwxs-])"
|
||||
reg="^([d-])"+p*9+"\s.*$"
|
||||
p="([-rwxsStT])"
|
||||
reg="^([-dpcCDlMmpPs?])"+p*9+"\s.*$"
|
||||
colors="blue"+",green"*3+",yellow"*3+",red"*3
|
||||
styles="normal"+ ",normal,italic,bold"*3
|
||||
return context,[ [reg, colors, styles] ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue