Module Colors

Initializer color for output

type color = [
  1. | `ON
  2. | `AUTO
  3. | `EMACS
  4. | `OFF
]
val init_color : color -> unit
val parse_extra_colors : emacs:bool -> string list -> color * string list
val print_style_tags : color -> unit