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

org.fxmisc.richtext.demo.java-keywords.css Maven / Gradle / Ivy

.keyword {
    /*
    -fx-fill: purple;
    */
    -fx-fill: navy;
    -fx-font-weight: bold;
}

.semicolon {
    /*
    -fx-font-weight: bold;
    */
}

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

.bracket {
    /*
    -fx-fill: darkgreen;
    -fx-font-weight: bold;
    */
}

.brace {
    /*
    -fx-fill: teal;
    -fx-font-weight: bold;
    */
}

.string {
    /*
    -fx-fill: blue;
    */
    -fx-fill: navy;
}

.character {
    -fx-fill: navy;
}

.number {
    -fx-fill: blue;
}

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

.paragraph-box:has-caret {
    -fx-background-color: #f2f9fc;
}

.annotation {
	  -fx-fill: olive;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy