Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Feb 9, 2018
1 parent 21af06d commit 98d20e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/juno.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _themes[:juno] = PlotTheme(
fgguide = colorant"#9EB1BE",
fglegend = colorant"#9EB1BE",
palette = expand_palette(juno_bg, juno_palette; lchoices=linspace(57,57,1),
cchoices=linspace(100,100,1)),
cchoices=linspace(100,100,1)),
gradient = cgrad(:fire).colors
)

Expand All @@ -42,7 +42,7 @@ _themes[:juno] = PlotTheme(
fgguide = colors["variable"],
fglegend = colors["variable"],
palette = expand_palette(colors["background"], juno_palette; lchoices=linspace(57,57,1),
cchoices=linspace(100,100,1)),
cchoices=linspace(100,100,1)),
gradient = grad
)
end
Expand Down

0 comments on commit 98d20e1

Please sign in to comment.