Skip to content

Commit 751c156

Browse files
authored
Merge pull request #119 from Moelf/add_mpetroff
add color pallete by Matthew A. Petroff
2 parents 160dcb2 + 8e76718 commit 751c156

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

data/cvd.jl

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,39 @@ loadcolorscheme(:ibm_cvd, [
302302
colorant"#ffb000",
303303
colorant"#000000",
304304
], "cvd", "cvd friendly, color blind friendly")
305+
306+
# https://arxiv.org/pdf/2107.02270.pdf
307+
# https://github.com/mpetroff/accessible-color-cycles
308+
# Matthew A. Petroff
309+
loadcolorscheme(:mpetroff_6, [
310+
colorant"#5790fc",
311+
colorant"#f89c20",
312+
colorant"#e42536",
313+
colorant"#964a8b",
314+
colorant"#9c9ca1",
315+
colorant"#7a21dd",
316+
], "cvd", "cvd friendly, color blind friendly")
317+
318+
loadcolorscheme(:mpetroff_8, [
319+
colorant"#1845fb",
320+
colorant"#ff5e02",
321+
colorant"#c91f16",
322+
colorant"#c849a9",
323+
colorant"#adad7d",
324+
colorant"#86c8dd",
325+
colorant"#578dff",
326+
colorant"#656364",
327+
], "cvd", "cvd friendly, color blind friendly")
328+
329+
loadcolorscheme(:mpetroff_10, [
330+
colorant"#3f90da",
331+
colorant"#ffa90e",
332+
colorant"#bd1f01",
333+
colorant"#94a4a2",
334+
colorant"#832db6",
335+
colorant"#a96b59",
336+
colorant"#e76300",
337+
colorant"#b9ac70",
338+
colorant"#717581",
339+
colorant"#92dadd",
340+
], "cvd", "cvd friendly, color blind friendly")

0 commit comments

Comments
 (0)