studio-theme-solarized/module.yaml
2026-06-01 22:46:29 +02:00

29 lines
905 B
YAML

schema_version: 3
provider: fai
name: studio-theme-solarized
version: 0.1.0
# Capability provided by this plugin. Studio plugins live in
# the `studio.*` namespace; the host filters list_capabilities()
# on this prefix to find plugins to load.
provides:
- capability: studio.theme.solarized
version: 0.1.0
# No inputs / outputs — plugins are called via WIT exports,
# not via the flow-engine `invoke` path. These two sections
# stay empty so the hub's manifest validator doesn't trip.
inputs: {}
outputs: {}
# No permissions required. A theme plugin is pure data — two
# color schemes, no I/O.
permissions: []
# Studio-side extension declaration. Read by Studio's
# plugin-host at discovery time so it knows which WIT export
# interfaces to expect on this component. Must match what the
# crate actually exports; the hub rejects mismatches at install.
studio_extension:
hooks:
- theme