diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-06-23 16:20:51 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-06-23 16:20:51 +0000 |
commit | 9b3a308c7248fd2fa94162e4401726327cc66aa3 (patch) | |
tree | 5a71e4163aea4c742dee92b2a7c8bd24c5dabc66 /sites/pmikkelsen.com/_tmp/agda-dfa/Agda.css | |
parent | 8c63b38749719fb061b8655e3feeb8ae8f4f652b (diff) |
Add some agda test
Diffstat (limited to 'sites/pmikkelsen.com/_tmp/agda-dfa/Agda.css')
-rw-r--r-- | sites/pmikkelsen.com/_tmp/agda-dfa/Agda.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sites/pmikkelsen.com/_tmp/agda-dfa/Agda.css b/sites/pmikkelsen.com/_tmp/agda-dfa/Agda.css new file mode 100644 index 0000000..3a4b225 --- /dev/null +++ b/sites/pmikkelsen.com/_tmp/agda-dfa/Agda.css @@ -0,0 +1,39 @@ +/* Aspects. */ +.Agda .Comment { color: #B22222 } +.Agda .Background {} +.Agda .Markup { color: #000000 } +.Agda .Keyword { color: #CD6600 } +.Agda .String { color: #B22222 } +.Agda .Number { color: #A020F0 } +.Agda .Symbol { color: #404040 } +.Agda .PrimitiveType { color: #0000CD } +.Agda .Pragma { color: black } +.Agda .Operator {} + +/* NameKinds. */ +.Agda .Bound { color: black } +.Agda .Generalizable { color: black } +.Agda .InductiveConstructor { color: #008B00 } +.Agda .CoinductiveConstructor { color: #8B7500 } +.Agda .Datatype { color: #0000CD } +.Agda .Field { color: #EE1289 } +.Agda .Function { color: #0000CD } +.Agda .Module { color: #A020F0 } +.Agda .Postulate { color: #0000CD } +.Agda .Primitive { color: #0000CD } +.Agda .Record { color: #0000CD } + +/* OtherAspects. */ +.Agda .DottedPattern {} +.Agda .UnsolvedMeta { color: black; background: yellow } +.Agda .UnsolvedConstraint { color: black; background: yellow } +.Agda .TerminationProblem { color: black; background: #FFA07A } +.Agda .IncompletePattern { color: black; background: #F5DEB3 } +.Agda .Error { color: red; text-decoration: underline } +.Agda .TypeChecks { color: black; background: #ADD8E6 } +.Agda .Deadcode { color: black; background: #808080 } +.Agda .ShadowingInTelescope { color: black; background: #808080 } + +/* Standard attributes. */ +.Agda a { text-decoration: none } +.Agda a[href]:hover { background-color: #B4EEB4 } |