From eb8935f15689989ea1bca337f210b357cc75de85 Mon Sep 17 00:00:00 2001 From: jonathan poelen Date: Wed, 22 Feb 2017 23:38:06 +0100 Subject: [PATCH] better perm theme --- colout/colout_perm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colout/colout_perm.py b/colout/colout_perm.py index c03cf96..ffcb2a5 100644 --- a/colout/colout_perm.py +++ b/colout/colout_perm.py @@ -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] ]