Highlight Color > Setting?

This is being solved with stylesheets in Bike 2. Bike 2 is not useable for real work yet, but if you are adventurous you can try out stylesheets now:

Here’s how you would use a different highlight color:

defineRunRule(".@highlight", (env, run) => {
    run.backgroundColor = Color.systemRed()
}),
1 Like