WritingSpace/Sandbox.md
2025-01-22 09:00:25 +01:00

334 B

Theme Switcher: BUTTON[light-mode, dark-mode]

style: destructive
label: Light Mode
id: light-mode
hidden: true
actions:
  - type: command
    command: theme:use-light
style: primary
label: Dark Mode
id: dark-mode
hidden: true
actions:
  - type: command
    command: theme:use-dark