From 29153892462821c54a9a1bbe686c043f6a237d0f Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Mon, 2 Sep 2013 16:55:47 +0200 Subject: [PATCH] Use 256-colors for scale in cmake theme --- colout/colout_cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colout/colout_cmake.py b/colout/colout_cmake.py index 2752a22..d58e6c1 100644 --- a/colout/colout_cmake.py +++ b/colout/colout_cmake.py @@ -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" ] ]