Change color to Vivid

This commit is contained in:
Steven Polley 2018-09-16 16:53:42 -06:00
parent 4f949f35e0
commit e359d09858
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func main() {
}
colorStep := float64(Iterations)
colors = interpolateColors("Plan9", colorStep)
colors = interpolateColors("Vivid", colorStep)
log.Fatal(http.ListenAndServe(":6161", nil))
}