Skip to content

InstallThemeOptions

Unofficial

Options for installing a theme from a repository.

Import:

import type { InstallThemeOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface InstallThemeOptions

Properties

PropertyTypeDescription
authorstringAuthor of the theme.
namestringDisplay name of the theme.
repostringGitHub repository identifier (e.g. "username/repo").