Module Ansi_color.Style

type t =
| Fg of Color.t
| Bg of Color.t
| Bold
| Dim
| Underlined
val escape_sequence : t list -> string

Ansi escape sequence that set the terminal style to exactly these styles