Module ColorsSource

Initializer color for output

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