Action

Toggle Theme

Posted by David Blue, Last update over 2 years ago - Unlisted

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 Info
    Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.