Currently, CSS is generated for the background and foreground color, along with a link color and class names error
, deleted
, success
, inserted
, warning
and modified
. The background is modified by lightening it slightly to help distinguish from the text area background. The link and various class colors are pulled from the color scheme by looking through the various colors in the scheme and then setting the color:
rule to the closest match to:
-
a
tags:#0000FF
-
.error, .deleted
classes:#FF0000
-
.success, .inserted
classes:#00FF00
-
.warning, .modified
classes:#FFD900