PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
desktop-mode / apps / os-settings / help / themes.md

themes.md in OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin 1.1.10, at apps/os-settings/help/themes.md

30 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Desktop themes
2
3 [](index.mdHelp index](index.md](index.md) · [](appearance.mdAppearance](appearance.md](appearance.md) · [](windows.mdWindows](windows.md](windows.md)
4
5 ## Choose a theme
6
7 The Themes page offers **OpenStation**, the system default, and the installed desktop theme library. `set_desktop_theme` takes a verified theme slug. The empty string `""` selects OpenStation's built-in dark appearance. This is an administration desktop theme, not a WordPress frontend theme.
8
9 `list_options` loads full theme entries when available and returns names, descriptions, surface colour tokens, and recommended settings. Use actual colour values or a clear description as evidence when the user asks for a darker or lighter theme. A name alone is not evidence of brightness. If the metadata is insufficient, explain the uncertainty or ask which visible theme they mean. Never install or fetch an unrequested theme to satisfy a colour change.
10
11 ## Recommendations and order of operations
12
13 A desktop theme may recommend an accent, dock layout, dock position, size, renderer, window corner preset or reveal. The first activation seeds its applicable recommendations. That first-use record belongs to the shell; MIO cannot reset it.
14
15 Re-selecting a previously used theme respects subsequent choices. **Apply recommended layout and effects** deliberately reapplies the active theme's recommendations; MIO exposes this as `apply_theme_recommendations`. It changes only recommended fields. A theme without applicable recommendations reports that fact.
16
17 When chaining “use theme X, round the corners and unify the dock”, apply the theme first. Then set the explicitly requested corner and layout values. Otherwise first-use recommendations might override an earlier step.
18
19 ## When a saved setting looks unchanged
20
21 Themes can override window surface, radius and other CSS tokens. A successfully saved `windowRadius` does not necessarily defeat a theme's own radius token. Explain the override. Do not claim to have changed the theme file or silently switch themes unless the user requested that.
22
23 The Legacy theme is a frozen snapshot of the earlier WordPress-admin appearance. Changing current defaults never rewrites that snapshot.
24
25 ## Theme uploads
26
27 Administrators with the theme-management capability can upload a desktop theme ZIP from the Themes page. `open_theme_upload` takes the user to the tile. The local file must be selected by the user; MIO cannot access a device's filesystem or invent a ZIP. The existing upload flow validates the package.
28
29 Deleting an uploaded theme is destructive and is intentionally absent from MIO's action catalog. Code-registered themes belong to their providing plugin and cannot be deleted from this page. Use `set_desktop_theme` to switch away without deleting anything.
30