random-apps/shared/theming.go

7 lines
169 B
Go
Raw Normal View History

2025-02-03 15:41:15 +00:00
package shared
import "image/color"
var BackgroundColor = color.NRGBA{R: 0x0, G: 0x0, B: 0x0, A: 0xff}
var TextColor = color.NRGBA{R: 0xff, G: 0xff, B: 0xff, A: 0xff}