All Downloads are FREE. Search and download functionalities are using the official Maven repository.

application.ui.preview.resource-files.codearea.css Maven / Gradle / Ivy

.tagmark {
    -fx-fill: dimgray;
}
.anytag {
    -fx-fill: blue;
}
.paren {
    -fx-fill: firebrick;
    -fx-font-weight: bold;
}
.attribute {
    -fx-fill: crimson;
}
.avalue {
    -fx-fill: darkorchid;
}

.comment {
	-fx-fill: green;
}

.pi {
	-fx-fill: teal;
}

.entity {
	-fx-fill: darkorange;
}

.lineno {
	-fx-font-style: normal;
	-fx-background-color: #eee;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy