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

it.unibo.tuprolog.ui.gui.java-keywords-light.css Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
.keyword {
    -fx-fill: #c22999 !important;
    -fx-font-weight: bold;
}
.fullstop {
    -fx-fill: #051199 !important;
    -fx-font-weight: bold;
}
.paren {
    -fx-fill: #910038 !important;
    -fx-font-weight: bold;
}
.bracket {
    -fx-fill: #910038 !important;
    -fx-font-weight: bold;
}
.brace {
    -fx-fill: #910038 !important;
    -fx-font-weight: bold;
}
.string {
    -fx-fill: #009157 !important;
}

.comment {
	-fx-fill: #4a635f !important;
}
.variable {
	-fx-fill: #BE00DB !important;
}
.atom {
	-fx-fill: #035a94 !important;
}
.functor {
	-fx-fill: #e06a02 !important;
}
.number {
	-fx-fill: #cfb600 !important;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy