Sorry how to set a color in top JFXScrollPane your Libray is cool

Hello,
sorry for the late reply, you can try changing the following css:
.jfx-scroll-pane .main-header{
-fx-background-color: BLUE;
}
.jfx-scroll-pane .condensed-header{
-fx-background-color: RED;
}
Regards,
Most helpful comment
Hello,
sorry for the late reply, you can try changing the following css:
Regards,