Loading extract/colors.go +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ func Colors(r *http.Request) (colors []color.RGBA) { return newColors } // var colors []color.RGBA th := Theme(r) if th == "base" { Loading Loading
extract/colors.go +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ func Colors(r *http.Request) (colors []color.RGBA) { return newColors } // var colors []color.RGBA th := Theme(r) if th == "base" { Loading