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"],