From 4f949f35e04d0cd00c775ac7254f6c88e28723f1 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 16 Sep 2018 16:44:51 -0600 Subject: [PATCH] change to plan9 color --- render.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/render.go b/render.go index 4930e3c..34a8d76 100644 --- a/render.go +++ b/render.go @@ -46,8 +46,7 @@ func main() { } colorStep := float64(Iterations) - // colors = interpolateColors("Plan9", colorStep) - colors = interpolateColors("Solarized", colorStep) + colors = interpolateColors("Plan9", colorStep) log.Fatal(http.ListenAndServe(":6161", nil)) }