aboutsummaryrefslogtreecommitdiff
path: root/doc/devdoc/escobar.css
blob: 048fedac1ce80c2f3d9164713acabf4246b8234c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.comment {color: brown}
.export {color: darkorchid}
.import {color: darkorchid}
.string {color: maroon}
.builtin {color: dodgerblue}
.guard {color: mediumturquoise}
.function {color: blue}
.variable {color: green}
.macro {color: mediumpurple}
.record {color: orangered}
.call {color: purple}
.attribute {color: firebrick}
.error{color: red}
.l {
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 color: gray;
}