<@U10EJRH2L> The base color property is used to se...
# tornadofx
a
@Ruckus The base color property is used to set the theme is correct. But, you do not need a control in the scene graph to use it. You can try something like this in the css to check if it works:
Copy code
.root {
    -fx-background-color: -fx-base;
}