Skip to content

CustomCSS.downloadLegacyTheme method

CustomCSS › downloadLegacyTheme

Unofficial

Fetch legacy theme CSS using the pre-v1.0.0 theme download pipeline.

Signature:

downloadLegacyTheme(options: DownloadLegacyThemeOptions): Promise<string>

Parameters:

Parameter Type Description
options DownloadLegacyThemeOptions Options for downloading the legacy theme.

Returns: Promise<string>String obsidian.css contents.