blob: 2cb42fdc766891d930c3971947177eb619a903c0 [file] [log] [blame]
/*
code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
@author Christopher Frost
*/
.hl-keyword {
color: #7F0055;
font-weight: bold;
}
.hl-comment {
color: #646571;
font-style: italic;
}
.hl-multiline-comment {
color: #646571;
font-style: italic;
}
.hl-tag {
color: #646571;
}
.hl-attribute {
color: #7F0055;
}
.hl-value {
color: #0093CF;
}
.hl-string {
color: #0093CF;
}