diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 18:53:02 +0100 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 18:53:02 +0100 |
commit | 9907fff3139395846490c54fd9f04eb46df4b811 (patch) | |
tree | 5aaddeb9e218e0beb1a67eb999546da240a7ce73 /doc/setoid-doc-style.dhall | |
parent | efd5f75c0672773341b5ca1c1d4b2ad0c0d09daa (diff) |
Tweak output files
Diffstat (limited to 'doc/setoid-doc-style.dhall')
-rw-r--r-- | doc/setoid-doc-style.dhall | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/setoid-doc-style.dhall b/doc/setoid-doc-style.dhall new file mode 100644 index 0000000..3f4a943 --- /dev/null +++ b/doc/setoid-doc-style.dhall @@ -0,0 +1,23 @@ +{ font = "\\ttfamily" +, space = " " +, datacons = { style = "" + , colour = "darkred"} +, typecons = { style = "" + , colour = "blue"} +, bound = { style = "" + , colour = "black"} +, function = { style = "" + , colour = "darkgreen"} +, keyword = { style = "font-weight: bold;" + , colour = ""} +, comment = { style = "" + , colour = "#b22222"} +, hole = { style = "font-weight: bold;" + , colour = "yellow"} +, namespce = { style = "font-style: italic;" + , colour = "black"} +, postulte = { style = "font-weight: bold;" + , colour = "red"} +, aModule = { style = "font-style: italic;" + , colour = "black"} +} |