style

package
v0.0.0-...-821d67c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Black       = color.RGBA{0x00, 0x00, 0x00, 0xFF}
	Navy        = color.RGBA{0x00, 0x00, 0x7F, 0xFF}
	DarkGreen   = color.RGBA{0x00, 0x55, 0x00, 0xFF}
	DarkCyan    = color.RGBA{0x00, 0x55, 0x7F, 0xFF}
	Maroon      = color.RGBA{0x7F, 0x00, 0x00, 0xFF}
	Purple      = color.RGBA{0x7F, 0x00, 0x7F, 0xFF}
	Olive       = color.RGBA{0x7F, 0x55, 0x00, 0xFF}
	LightGrey   = color.RGBA{0xC0, 0xC0, 0xC0, 0xFF}
	DarkGrey    = color.RGBA{0x7F, 0x55, 0x7F, 0xFF}
	Blue        = color.RGBA{0x00, 0x00, 0xFF, 0xFF}
	Green       = color.RGBA{0x00, 0xFF, 0x00, 0xFF}
	Cyan        = color.RGBA{0x00, 0xFF, 0xFF, 0xFF}
	Red         = color.RGBA{0xFF, 0x00, 0x00, 0xFF}
	Magenta     = color.RGBA{0xFF, 0x00, 0xFF, 0xFF}
	Yellow      = color.RGBA{0xFF, 0xFF, 0x00, 0xFF}
	White       = color.RGBA{0xFF, 0xFF, 0xFF, 0xFF}
	Orange      = color.RGBA{0xFF, 0xAA, 0x00, 0xFF}
	GreenYellow = color.RGBA{0xAA, 0xFF, 0x2A, 0xFF}
	Pink        = color.RGBA{0xFF, 0x00, 0xFF, 0xFF}
)

Named, unambiguous color constants.

View Source
var (
	BackgroundDefault    = Black
	TextColorForeDefault = White
	TextColorBackDefault = Black
)

Named, theme-based component color constants

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL