ThemeScopes.ResolvedStyle
type t
=
{
foreground : string;
background : string;
bold : bool;
italic : bool;
}
val default : foreground:string -> background:string -> unit -> t