How to get a white background in FlyWire

If you’ve ever wanted to see cells on white (I do when taking screen shots for the blog, for example), here’s how:

Select the three dots top right → click “Edit JSON State”

image

Add these two lines of code:

"crossSectionBackgroundColor": "#ffffff",
"perspectiveViewBackgroundColor": "#ffffff",

like so

Then click Apply Changes
Enjoy your cells on white!

Here’s a preview of the cell guide we’re working on using said white bg!

3 Likes