Module Outline.Color

type t = [
| Color.t
| `invert
]
val show : t -> string