MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / listCustomThemes

Method listCustomThemes

packages/bridge-contract/src/bridge.ts:266–266  ·  view source on GitHub ↗

User themes loaded from `~/.config/zennotes/themes/ /`. Empty on web.

()

Source from the content-addressed store, hash-verified

264 onConfigChange(cb: (next: AppConfigPortable) => void): () => void
265 /** User themes loaded from `~/.config/zennotes/themes/<slug>/`. Empty on web. */
266 listCustomThemes(): Promise<CustomTheme[]>
267 /** Absolute path of the custom-themes directory, or null when unsupported. */
268 getCustomThemesDir(): Promise<string | null>
269 /** Reveal the themes directory in the file manager — or a specific theme's

Callers 2

refreshCustomThemesFunction · 0.80
applyCustomExportThemeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected