Dark/light theme switch for the admin UI. Themes are driven by the data-theme attribute on documentElement (absent = dark, "light" = light) and persisted in localStorage under the 'theme' key.
data-theme
Dark/light theme switch for the admin UI. Themes are driven by the
data-themeattribute on documentElement (absent = dark, "light" = light) and persisted in localStorage under the 'theme' key.