7 lines
157 B
Go

package epuboptions
type Color struct {
Foreground string `yaml:"foreground" json:"foreground"`
Background string `yaml:"background" json:"background"`
}