From dcf5a843163ac8a16277a7d26a751d5fdd46d289 Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 16 Apr 2014 00:39:34 +0200 Subject: [PATCH] replace Fraction with 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 5ce9dec..d2efefa 100644 --- a/colout/colout_cmake.py +++ b/colout/colout_cmake.py @@ -45,5 +45,5 @@ def theme(): # progress percentage (make) [ "^(\[\s*[0-9]+%\])","Scale" ], # progress percentage (ninja) - [ "^(\[[0-9]+/[0-9]+\])","Fraction" ] + [ "^(\[[0-9]+/[0-9]+\])","Scale" ] ]