Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION = "zathuraconf v1.1.1"
VERSION number: change manually
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColourConfig ¶
type ColourConfig struct { Page string `json:"page" validate:"iscolor"` Text string `json:"text" validate:"iscolor"` Background string `json:"background" validate:"iscolor"` Highlight string `json:"highlight" validate:"iscolor"` HighlightActive string `json:"highlight_active" validate:"iscolor"` Error string `json:"error" validate:"iscolor"` }
Click to show internal directories.
Click to hide internal directories.