fix: don't show deprecated editors; add missing solarized dark theme
This commit is contained in:
@@ -105,6 +105,11 @@ const Themes = [
|
||||
path: 'Themes/org.standardnotes.theme-titanium',
|
||||
static_files: BaseThemeStaticFiles,
|
||||
},
|
||||
{
|
||||
identifier: 'org.standardnotes.solarized-dark',
|
||||
path: 'Themes/org.standardnotes.solarized-dark',
|
||||
static_files: BaseThemeStaticFiles,
|
||||
},
|
||||
]
|
||||
|
||||
const Components = [...Editors, ...DeprecatedEditors, ...Themes]
|
||||
|
||||
Reference in New Issue
Block a user