Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Modern = Theme{ Primary: color.RGBA{21, 21, 21, 255}, Background: color.RGBA{221, 221, 221, 255}, } Nostalgia = Theme{ Primary: color.RGBA{45, 40, 14, 255}, Background: color.RGBA{227, 218, 189, 255}, } Sepia = Theme{ Primary: color.RGBA{52, 36, 36, 255}, Background: color.RGBA{190, 155, 118, 255}, } Night = Theme{ Primary: color.RGBA{221, 221, 221, 255}, Background: color.RGBA{21, 21, 21, 255}, } )
Functions ¶
This section is empty.
Types ¶
type Paper ¶
type Paper struct {
// contains filtered or unexported fields
}
func (*Paper) ColorModel ¶
func (*Paper) ExtendHeight ¶ added in v1.1.0
func (*Paper) ExtendWidth ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.