©️ colorDiff.ts

This commit is contained in:
nirholas
2026-03-31 10:23:19 +00:00
parent 2119810068
commit 54c45e34a3

View File

@@ -35,3 +35,4 @@ export function getSyntaxTheme(themeName: string): SyntaxTheme | null {
? nativeGetSyntaxTheme(themeName) ? nativeGetSyntaxTheme(themeName)
: null : null
} }