change to plan9 color

This commit is contained in:
Steven Polley 2018-09-16 16:44:51 -06:00
parent 637d93241c
commit 4f949f35e0

View File

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