Use 256-colors for scale in cmake theme

This commit is contained in:
Johann Dreo 2013-09-02 16:55:47 +02:00
commit 2915389246

View file

@ -35,5 +35,5 @@ def theme():
[ "make\[[0-9]+\].*", "yellow"],
[ "(make: \*\*\* \[.+\] )(.* [0-9]+)", "red", "normal,bold"],
# progress percentage
[ "^\[\s*([0-9]+)%\]","scale" ]
[ "^\[\s*([0-9]+)%\]","Scale" ]
]