File tree 1 file changed +36
-0
lines changed 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -302,3 +302,39 @@ loadcolorscheme(:ibm_cvd, [
302
302
colorant " #ffb000" ,
303
303
colorant " #000000" ,
304
304
], " 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" )
You can’t perform that action at this time.
0 commit comments