Feature request: Editor grid (make it customizable: brightness, color, size...)

The grid in the first O-S-C version was easier to work with. Can you please make it customizable? Thank you!

Grid examples, depending on the O-S-C version.

(Grid in v0)

(Grid in v1)

EDIT:
I managed to make the background white, but now I wonder if the squares can be made bigger.

You can ony customize it with a theme file:

:root {
    --grid-width: 20;
    --color-grid: rgba(0, 100, 100, 0.25);
}

There's a little bug preventing that from affecting the editor's snapping grid, but it's already fixed in sources.

The gridTemplate property is not related to the editor's grid.

1 Like