Module Draw.Style

Styling information

type colour =
| Black
| Red
| Green
| Yellow
| Blue
| Magenta
| Cyan
| White

colour

val sexp_of_colour : colour -> Ppx_sexp_conv_lib.Sexp.t
val compare_colour : colour -> colour -> Hardcaml_waveterm__.Import.int
type t = {
bold : Hardcaml_waveterm__.Import.bool;
fg : colour;
bg : colour;
}

foreground/backgound colours and weight (bold)

val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> Hardcaml_waveterm__.Import.int
val default : t

white on black, normal weight