InstallThemeOptions
Unofficial
Options for installing a theme from a repository.
Import:
import type { InstallThemeOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface InstallThemeOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| author | string | Author of the theme. | |
| name | string | Display name of the theme. | |
| repo | string | GitHub repository identifier (e.g. "username/repo"). |