From 5de538802cc36a20f240017d418ca429dd8f8d00 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 8 Aug 2024 00:46:56 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20apply=20settings=20when=20using=20Frapp?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/paths.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'),