🎉 Umo Editor Next has been released with enhanced support for online collaboration, document annotation, version history management, AI creation, import/export and more features. Learn more →
| Documentation
WebsiteDocumentionPlayground
  • Free Projects
    • Introduction
    • Features
    • Getting Started
    • Changelog
    • Roadmap
      • Default
      • Dictionaries
      • Toolbar
      • Page
      • Document
      • Import Word
      • AI Assistant
      • ECharts
      • Web Page
      • Templates
      • CDN
      • Share
      • Diagrams
      • User
      • Users
      • File Upload
      • Features and Extensions
      • Localization Language
      • Theme
      • Methods
    • Events
    • Methods
    • AI Assistant
    • Tiptap Editor
    • Locales
    • Themes
    • Slots
      • Introduction
      • Menu Button
      • Tooltip
      • Dialog
    • Notifications
      • Introduction
      • Built-in Extensions
      • Custom Extensions
    • Introduction
    • Getting Started
    • Configuration
    • Events
    • Themes
  • Commercial Projects
    • Introduction
    • Features
    • License Agreement
    • Changelog
    • Roadmap
    • Getting Started
    • Server Configuration
    • Toolbar Extensions
    • Page Aside
    • AI Chat Assistant
    • Collaborative
    • Comments
    • Import
    • Export
    • Table Enhancement
    • Template Management
    • Other Configurations
    • Methods
    • Introduction
    • API Documentation
    • Authentication
    • Deployment with Docker

On This Page

  • Default Configuration
  • Configuration Options
  • theme
Question? Give us feedback →Edit this page →
DocumentionUmo EditorConfigurationTheme

Theme Configuration

Used to configure theme information, supporting light themes, dark themes, and following the system settings.

When multiple Umo Editor instances are used on the same page, the configuration of the last instance takes precedence.

Default Configuration

{
  theme: 'light',
}

Configuration Options

theme

Description: Default theme.

Type: String

Default Value: light

Options: light, dark, auto

Localization LanguageMethods