Remove unused light variable

This commit is contained in:
Nate Butler 2023-06-21 12:20:47 -04:00
parent f0138a7a87
commit eeb155a951

View file

@ -129,8 +129,6 @@ function buildDefaultSyntax(colorScheme: ColorScheme): Syntax {
[key: string]: Omit<SyntaxHighlightStyle, "color">
} = {}
const light = colorScheme.isLight
// then spread the default to each style
for (const key of Object.keys({} as Syntax)) {
syntax[key as keyof Syntax] = {