Use 256-colors for scale in cmake theme
This commit is contained in:
parent
c834c84e25
commit
2915389246
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ def theme():
|
||||||
[ "make\[[0-9]+\].*", "yellow"],
|
[ "make\[[0-9]+\].*", "yellow"],
|
||||||
[ "(make: \*\*\* \[.+\] )(.* [0-9]+)", "red", "normal,bold"],
|
[ "(make: \*\*\* \[.+\] )(.* [0-9]+)", "red", "normal,bold"],
|
||||||
# progress percentage
|
# progress percentage
|
||||||
[ "^\[\s*([0-9]+)%\]","scale" ]
|
[ "^\[\s*([0-9]+)%\]","Scale" ]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue