Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
func (*Map) UnmarshalJSON ¶
type Rule ¶
type Rule struct { Name string `json:"name"` Scope string `json:"scope"` FontStyle string `json:"font_style"` Foreground string `json:"foreground"` Background string `json:"background"` SelectionForeground string `json:"selection_foreground"` // contains filtered or unexported fields }
func (*Rule) GetBackground ¶
GetBackground evaluates variables and colors in rule and returns final value
func (*Rule) GetFontStyle ¶
GetFontStyle evaluates variables and colors in rule and returns final value
func (*Rule) GetForeground ¶
GetForeground evaluates variables and colors in rule and returns final value
func (*Rule) GetSelectionForeground ¶
GetSelectionForeground evaluates variables and colors in rule and returns final value
Click to show internal directories.
Click to hide internal directories.