mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 00:55:39 +03:00
Fix incorrect ThemeAppearance
This commit is contained in:
parent
3f4a06f576
commit
1dc52c7547
@ -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`,
|
||||
|
Loading…
Reference in New Issue
Block a user