No, the “selection” color is ``` tab { ...
# tornadofx
d
No, the “selection” color is
Copy code
tab {
           ...
            and(selected) {
                borderWidth += box(0.px, 0.px, 2.px, 0.px)
                borderColor += box(Color.BLUE)
            }
        }