Files
acecore/config.go
2024-03-26 23:38:15 +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": "#564BA0",
}