Testing out the new light mode toolbar artwork for ngscopeclient.
The application as a whole is definitely not practical to use in light mode yet. While it's theoretically possible and there's selectors in the preferences dialog to configure all of the non-contrasty colors, you would need to update 50 separate preferences to re-theme everything from the color of X axis tickmarks to the cursors in the plot.
Down the road, most likely for v0.3, the plan is to simplify this all down by having all of the color preferences be scoped to a light/dark mode selector, and provide a single light/dark switch to change all of those.
There will be separate selectors for changing the ImGui theme and the icon theme, but we'll put them together so it's easy to make them all change at once.

The application as a whole is definitely not practical to use in light mode yet. While it's theoretically possible and there's selectors in the preferences dialog to configure all of the non-contrasty colors, you would need to update 50 separate preferences to re-theme everything from the color of X axis tickmarks to the cursors in the plot.
Down the road, most likely for v0.3, the plan is to simplify this all down by having all of the color preferences be scoped to a light/dark mode selector, and provide a single light/dark switch to change all of those.
There will be separate selectors for changing the ImGui theme and the icon theme, but we'll put them together so it's easy to make them all change at once.

1