Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Theme ¶
type Theme struct { Color *string `json:"color,omitempty"` BackgroundColor *string `json:"backgroundColor,omitempty"` LineNumbers *struct { Color string `json:"color"` RightSpace *uint `json:"rightSpace,omitempty"` } `json:"lineNumbers,omitempty"` Highlights *map[string]struct { Color *string `json:"color,omitempty"` FontWeight *uint `json:"fontWeight,omitempty"` FontStyle *string `json:"fontStyle,omitempty"` BackgroundColor *string `json:"backgroundColor,omitempty"` } `json:"highlights,omitempty"` }
Click to show internal directories.
Click to hide internal directories.