CustomCSS.getThemePath method
CustomCSS › getThemePath
Unofficial
Convert theme name to its corresponding filepath (relative to vault root).Signature:
getThemePath(themeName: string): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| themeName | string | Name of the theme. |
Returns: string — String .obsidian/themes/${themeName}/theme.css.