2024-05-11 15:30:52 +02:00

6 lines
74 B
Go

package epuboptions
type Color struct {
Foreground, Background string
}