fix: theme path

This commit is contained in:
Mo
2022-06-27 17:49:16 -05:00
parent 94da6b24e6
commit 7d1b66a036

View File

@@ -106,8 +106,8 @@ const Themes = [
static_files: BaseThemeStaticFiles,
},
{
identifier: 'org.standardnotes.solarized-dark',
path: 'Themes/org.standardnotes.solarized-dark',
identifier: 'org.standardnotes.theme-solarized-dark',
path: 'Themes/org.standardnotes.theme-solarized-dark',
static_files: BaseThemeStaticFiles,
},
]