Files
acecore/config.go
2024-02-20 18:55:37 +01:00

9 lines
153 B
Go

package main
var color map[string]string = map[string]string{
"red": "#FF6B6B",
"yellow": "#FFD93D",
"green": "#6BCB77",
"blue": "#4D96FF",
}