17 lines
270 B
Go
17 lines
270 B
Go
package alui
|
|
|
|
import (
|
|
"opslag.de/schobers/allg5"
|
|
)
|
|
|
|
type Palette struct {
|
|
Background allg5.Color
|
|
Primary allg5.Color
|
|
Light allg5.Color
|
|
Dark allg5.Color
|
|
Text allg5.Color
|
|
TextLight allg5.Color
|
|
Icon allg5.Color
|
|
Accent allg5.Color
|
|
}
|