Scaffold a new theme folder from a starter palette. Resolves to the new * slug, or null on failure / when unsupported (web).
(input: { name?: string })
| 274 | /** Scaffold a new theme folder from a starter palette. Resolves to the new |
| 275 | * slug, or null on failure / when unsupported (web). */ |
| 276 | createCustomTheme(input: { name?: string }): Promise<string | null> |
| 277 | /** Subscribe to changes in the themes directory (file added/edited/removed). */ |
| 278 | onCustomThemesChange(cb: (next: CustomTheme[]) => void): () => void |
| 279 | /** CSS overrides from `~/.config/zennotes/overrides/*.css`. Empty on web. */ |
no outgoing calls
no test coverage detected