Fix theme mapping

This commit is contained in:
erroneousboat 2018-10-13 15:35:24 +02:00
parent faa1cf2148
commit 65073b8464

View File

@ -11,8 +11,8 @@ type View struct {
Bg string `json:"bg"` // Background text
BorderFg string `json:"border_fg"` // Border foreground
BorderBg string `json:"border_bg"` // Border background
LabelFg string `json:"label"` // Label text foreground
LabelBg string `json:"label"` // Label text background
LabelFg string `json:"label_fg"` // Label text foreground
LabelBg string `json:"label_bg"` // Label text background
}
type Message struct {