Color scheme: TBD allow selecting in front end
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2019-06-23 10:30:10 -06:00
parent c91076b7ac
commit 42c657cc3a
1 changed files with 1 additions and 1 deletions

View File

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