Module Grace_rendering.ConfigSource

Sourcemodule Style_sheet : sig ... end
Sourcemodule Chars : sig ... end
Sourcetype t = {
  1. chars : Chars.t;
  2. styles : Style_sheet.t;
  3. color : bool;
}
Sourceval default : t