For styling the progressbar, as <@U10EJRH2L> corre...
# tornadofx
a
For styling the progressbar, as @Ruckus correctly mentioned, you just need to set the accent color:
Copy code
style {
	accentColor = Color.RED
}