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):
|
def theme(context):
|
||||||
p="([rwxs-])"
|
p="([-rwxsStT])"
|
||||||
reg="^([d-])"+p*9+"\s.*$"
|
reg="^([-dpcCDlMmpPs?])"+p*9+"\s.*$"
|
||||||
colors="blue"+",green"*3+",yellow"*3+",red"*3
|
colors="blue"+",green"*3+",yellow"*3+",red"*3
|
||||||
styles="normal"+ ",normal,italic,bold"*3
|
styles="normal"+ ",normal,italic,bold"*3
|
||||||
return context,[ [reg, colors, styles] ]
|
return context,[ [reg, colors, styles] ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue