From aa34c88e512495b9563e74aa29f7e7a91824f90a Mon Sep 17 00:00:00 2001 From: t-bltg Date: Tue, 12 Nov 2024 11:46:09 +0100 Subject: [PATCH] codespell --- PlotThemes/src/wong.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotThemes/src/wong.jl b/PlotThemes/src/wong.jl index 5175aa1f7..43699325d 100644 --- a/PlotThemes/src/wong.jl +++ b/PlotThemes/src/wong.jl @@ -6,7 +6,7 @@ const wong_palette = [ RGB(([0, 158, 115] / 255)...), # blueish green RGB(([240, 228, 66] / 255)...), # yellow RGB(([0, 114, 178] / 255)...), # blue - RGB(([213, 94, 0] / 255)...), # vermillion + RGB(([213, 94, 0] / 255)...), # vermilion RGB(([204, 121, 167] / 255)...), # reddish purple ]