Action
Toggle Theme
Posted by agiletortoise,
Last update
over 4 years ago
Toggle between light and dark themes.
Steps
-
script
// Toggle between light and dark themes if (app.themeMode == "dark") { app.themeMode = "light"; } else { app.themeMode = "dark"; }
Options
-
After Success Nothing Notification None Log Level None
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.