diff --git a/tools/utils/style/wrapper.go b/tools/utils/style/wrapper.go index 6f1687b3f..fd94c8a7a 100644 --- a/tools/utils/style/wrapper.go +++ b/tools/utils/style/wrapper.go @@ -327,7 +327,7 @@ func parse_spec(spec string) []escape_code { sgr.italic.from_string(val) case "reverse": sgr.reverse.from_string(val) - case "dim": + case "dim", "faint": sgr.dim.from_string(val) case "underline", "u": sgr.underline.from_string(val)