diff --git a/src/hooks/paths.ts b/src/hooks/paths.ts index b488c024..b31d1411 100644 --- a/src/hooks/paths.ts +++ b/src/hooks/paths.ts @@ -39,8 +39,8 @@ export function getThemePaths(context: ExtensionContext): ThemePaths { const root = getRootPath(context) return { frappe: { - icons: Uri.joinPath(root, 'latte', 'icons'), - theme: Uri.joinPath(root, 'latte', 'theme.json'), + icons: Uri.joinPath(root, 'frappe', 'icons'), + theme: Uri.joinPath(root, 'frappe', 'theme.json'), }, latte: { icons: Uri.joinPath(root, 'latte', 'icons'),