Color fix
parent
740c562dbe
commit
60823f1922
|
@ -235,7 +235,7 @@ class Runner:
|
||||||
("class:text", "Set "),
|
("class:text", "Set "),
|
||||||
("class:code", macro.label),
|
("class:code", macro.label),
|
||||||
("class:text", " to "),
|
("class:text", " to "),
|
||||||
("class:text", str(macro.expr))
|
("class:code", str(macro.expr))
|
||||||
]), style = lamb.utils.style)
|
]), style = lamb.utils.style)
|
||||||
|
|
||||||
# Apply a list of definitions
|
# Apply a list of definitions
|
||||||
|
|
Reference in New Issue