Spin.PastelModule to style a string in the terminal.
This tries to mimic Pastel's API. As Pastel is not on Opam, we don't want to depend on if for now. Once it is release, however, we would like to replace this module by Pastel.
val default : tmodule Style : sig ... endval make :
?bold:Base.bool ->
?dim:Base.bool ->
?italic:Base.bool ->
?underline:Base.bool ->
?inverse:Base.bool ->
?hidden:Base.bool ->
?strikethrough:Base.bool ->
?color:color ->
?background:color ->
Base.String.t Base.List.t ->
Base.String.t