mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
7 lines
157 B
Go
7 lines
157 B
Go
package epuboptions
|
|
|
|
type Color struct {
|
|
Foreground string `yaml:"foreground" json:"foreground"`
|
|
Background string `yaml:"background" json:"background"`
|
|
}
|