From 0839d955a9714fbb1519c159b202f2b28a702cea Mon Sep 17 00:00:00 2001 From: nojhan Date: Fri, 20 Jan 2023 09:24:44 +0100 Subject: [PATCH] feat(latex): improve latex theme --- colout/colout_latex.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colout/colout_latex.py b/colout/colout_latex.py index c19287f..7c57be5 100644 --- a/colout/colout_latex.py +++ b/colout/colout_latex.py @@ -19,7 +19,8 @@ def theme(context): ["(Output written on) (.*) \(([0-9]+ pages), [0-9]+ bytes\).", "blue,white,blue", "normal,bold,normal"], ["WARNING.*", "magenta", "normal"], - ["warning.*", "magenta", "normal"], + ["[wW]arning.*", "magenta", "normal"], + ["No pages of output", "red", "bold"], # BiBTeX ["^(I couldn't) (.*)", "red", "normal,bold"],