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

org.fxmisc.richtext.demo.xml-highlighting.css Maven / Gradle / Ivy

.tagmark {
    /*
    -fx-fill: gray;
    */
}

.anytag {
    /*
    -fx-fill: crimson;
    */
    -fx-fill: navy;
    -fx-font-weight: bold;
}

/*
.paren {
    -fx-fill: firebrick;
    -fx-font-weight: bold;
}
*/

.attribute {
    /*
    -fx-fill: darkviolet;
    */
    -fx-fill: blue;
    -fx-font-weight: bold;
}

.avalue {
    /*
    -fx-fill: black;
    */
    -fx-fill: navy;
}

.comment {
    /*
  	-fx-fill: teal;
    */
	  -fx-fill: green;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy