Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Theme ¶
type Theme struct {
AddColor string `json:"addColor"` // e.g. "34" or "#22c55e"
DelColor string `json:"delColor"` // e.g. "196" or "#ef4444"
MetaColor string `json:"metaColor"` // optional, currently unused
DividerColor string `json:"dividerColor"` // e.g. "240"
}
Theme defines customizable colors for rendering.
func (Theme) DividerText ¶
Click to show internal directories.
Click to hide internal directories.