package spices

  1. Overview
  2. Docs

Module SpicesSource

Sourcetype color
Sourceval color : ?profile:Tty.Profile.t -> string -> color
Sourceval gradient : start:color -> finish:color -> steps:int -> color array
Sourcetype style
Sourceval default : style
Sourceval bg : color -> style -> style
Sourceval bold : bool -> style -> style
Sourceval faint : bool -> style -> style
Sourceval fg : color -> style -> style
Sourceval height : int -> style -> style
Sourceval italic : bool -> style -> style
Sourceval margin_bottom : int -> style -> style
Sourceval margin_left : int -> style -> style
Sourceval margin_right : int -> style -> style
Sourceval margin_top : int -> style -> style
Sourceval max_height : int -> style -> style
Sourceval max_width : int -> style -> style
Sourceval padding_bottom : int -> style -> style
Sourceval padding_left : int -> style -> style
Sourceval padding_right : int -> style -> style
Sourceval padding_top : int -> style -> style
Sourceval reverse : bool -> style -> style
Sourceval strikethrough : bool -> style -> style
Sourceval underline : bool -> style -> style
Sourceval width : int option -> style -> style
Sourcetype 'a style_fun = ('a, Format.formatter, unit, unit, unit, string) format6 -> 'a
Sourceval build : 'a. style -> 'a style_fun