added ask command

This commit is contained in:
2024-02-20 22:06:00 +01:00
parent 8e0d8480ae
commit f898010bcb
5 changed files with 73 additions and 39 deletions

View File

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