Fix incorrect ThemeAppearance

This commit is contained in:
Nate Butler 2023-06-26 13:07:33 -04:00
parent 3f4a06f576
commit 1dc52c7547

View File

@ -30,7 +30,7 @@ const getTheme = (variant: Variant): ThemeConfig => {
return {
name: `${meta.name} Forest Light`,
author: meta.author,
appearance: ThemeAppearance.Dark,
appearance: ThemeAppearance.Light,
licenseType: meta.licenseType,
licenseUrl: meta.licenseUrl,
licenseFile: `${__dirname}/LICENSE`,