chore: make SyntaxHighlightStyle.color optional

This commit is contained in:
Sergey Onufrienko
2023-06-02 14:10:02 +02:00
parent 6b00db75ad
commit d3ed958308
+1 -1
View File
@@ -4,7 +4,7 @@ import { ColorScheme } from "./colorScheme"
import chroma from "chroma-js"
export interface SyntaxHighlightStyle {
color: string
color?: string
weight?: FontWeight
underline?: boolean
italic?: boolean