Change Background Canvas Color

There is currently no UI for the background layer canvas color but you can change it by running the following code in the Macro Panel:

Glyphs.colorDefaults["GSColorBackgroundCanvas"] = "#ff00ff"
Glyphs.colorDefaults["GSColorBackgroundCanvasDark"] = "#ff0000"

You can get those #xxxxxx color values using a tool like color.xgc.io.

1 Like