Tauri Core API - v2.6.0
    Preparing search index...

    Function setTheme

    • Set app's theme, pass in null or undefined to follow system theme

      Parameters

      • Optionaltheme: null | Theme

      Returns Promise<void>

      import { setTheme } from '@tauri-apps/api/app';
      await setTheme('dark');
      • iOS / Android: Unsupported.

      2.0.0