package catala

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Explain.StyleSource

Sourcetype color = Graph.Graphviz.color
Sourcetype elt = {
  1. fill : color;
  2. border : color;
  3. stroke : int;
  4. text : color;
}
Sourcetype theme = {
  1. page_background : Graph.Graphviz.color;
  2. arrows : Graph.Graphviz.color;
  3. input : elt;
  4. middle : elt;
  5. constant : elt;
  6. condition : elt;
  7. output : elt;
}
Sourceval dark : theme
Sourceval light : theme
Sourceval width : int -> float