Module Codemirror_themes

type t = Bonsai_web_ui_view.Expert.For_codemirror.Theme.t =
  1. | Basic_dark
  2. | Basic_light
  3. | Gruvbox_dark
  4. | Nord
  5. | Solarized_dark
  6. | Solarized_light
  7. | Material_dark
  8. | Vscode_dark
  9. | Vscode_light
  10. | Vscode_default
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Sexplib0.Sexpable.S with type t := t
include Sexplib0.Sexpable.Of_sexp with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
include Sexplib0.Sexpable.Sexp_of with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
module Typed_variant : sig ... end
val to_string : t -> string
module Stable : sig ... end