Module Textmate.Theme

type themeSelector = string * ThemeScopes.TokenStyle.t
type t
val create : defaultBackground:string -> defaultForeground:string -> themeSelector list -> t
val of_yojson : defaultBackground:string -> defaultForeground:string -> Yojson.Safe.t -> t
val empty : t
val match_ : t -> string -> ThemeScopes.ResolvedStyle.t
val show : t -> string