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