Skip to content

Commit

Permalink
rename old default
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Aug 29, 2024
1 parent 2a267cc commit 93646cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colorschemes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ const TEST_COLORS = RGBA{Float64}[
]

const MISC_COLORSCHEMES = Dict{Symbol,ColorScheme}(
:default => generate_colorscheme(),
:plots_v1 => generate_colorscheme(),
:blues => ColorScheme(RGBA{Float64}[colorant"lightblue", colorant"darkblue"]),
:reds => ColorScheme(RGBA{Float64}[colorant"lightpink", colorant"darkred"]),
:greens => ColorScheme(RGBA{Float64}[colorant"lightgreen", colorant"darkgreen"]),
Expand Down

0 comments on commit 93646cc

Please sign in to comment.