Files
acecore/config.go
2024-03-17 12:18:30 +01:00

10 lines
180 B
Go

package main
var color map[string]string = map[string]string{
"red": "#FF6B6B",
"yellow": "#FFD93D",
"green": "#6BCB77",
"blue": "#008DDA",
"primary": "#211951",
}