@@ -106,8 +106,10 @@ func ColorText(color string) string {
case "BLI":
result = append(result, 5)
- case "INV":
+ // Invert is't well supported in terminals
- result = append(result, 7)
+ // case "INV":
+ // result = append(result, 7)
+
default:
panic(fmt.Sprintf("ColorText Unknown: [%s] in %s", part, color))
}