mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
22fffb32ca
SVN Revision: 2699
20 lines
429 B
CSS
20 lines
429 B
CSS
.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;
|
|
}
|