diff --git a/render.go b/render.go index 4a5f4e6..42f36d1 100644 --- a/render.go +++ b/render.go @@ -46,7 +46,7 @@ func main() { } colorStep := float64(Iterations) - colors = interpolateColors("Vivid", colorStep) + colors = interpolateColors("Hippi", colorStep) log.Fatal(http.ListenAndServe(":6161", nil)) }