mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
chore: make SyntaxHighlightStyle.color optional
This commit is contained in:
parent
6b00db75ad
commit
d3ed958308
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue