Remove unused light variable

Nate Butler created

Change summary

styles/src/theme/syntax.ts | 2 --
1 file changed, 2 deletions(-)

Detailed changes

styles/src/theme/syntax.ts 🔗

@@ -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] = {