chore: make SyntaxHighlightStyle.color optional

This commit is contained in:
Sergey Onufrienko 2023-06-02 14:10:02 +02:00
parent 6b00db75ad
commit d3ed958308
No known key found for this signature in database
GPG key ID: 3299873ECFD30CA3

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