add mgfetch

This commit is contained in:
2023-01-28 00:24:00 -08:00
parent 80481979cd
commit c4a74123ef
3 changed files with 127 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ func CreateGraph() bytes.Buffer {
func init() {
colors := []string{"#767960", "#a7297f", "#e8ca89", "#f5efd6", "#158266"}
// colors = []string{"#000000", "#0e4429", "#006d32", "#26a641", "#39d353"}
colors = []string{"#000000", "#0e4429", "#006d32", "#26a641", "#39d353"}
for _, c := range colors {
color := sc.FromHexString(c)
colorScheme = append(colorScheme, color)