User themes loaded from `~/.config/zennotes/themes/ /`. Empty on web.
()
| 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 |
no outgoing calls
no test coverage detected