
Hello Sheet Authors! As you might have heard , we’re preparing to roll out color theme options for the Virtual Tabletop including a dark mode . Sheets Authors who wish to support theme options in their sheets can develop and test with the Custom Sheet Sandbox on the Dev Server. Theme Switch When a user switches to dark mode, the virtual tabletop adds the specific CSS class .sheet-darkmode to the <body> element. When flipping the switch back to light, that class is removed. Theme Change By adding color choices to the end of your sheets your sheet’s CSS, wrapped in a body.sheet-darkmode { } users will see the change when they flip the switch. Play in the Sandbox This has been released to the Dev Server, and is available to test with your sheets in the Custom Sheet Sandbox.