Skip to content

Commit

Permalink
Merge pull request #117 from ValentinKaisermayer/vk-ibm-cvd
Browse files Browse the repository at this point in the history
Adds IBM cvd pallete
  • Loading branch information
cormullion committed Jan 29, 2024
2 parents dff53f0 + a8b7377 commit 160dcb2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/cvd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,12 @@ loadcolorscheme(:mk_15, [
colorant"#00E307",
colorant"#FFDC3D",
], "cvd", "cvd friendly, color blind friendly")

loadcolorscheme(:ibm_cvd, [
colorant"#648fff",
colorant"#785ef0",
colorant"#dc267f",
colorant"#fe6100",
colorant"#ffb000",
colorant"#000000",
], "cvd", "cvd friendly, color blind friendly")

0 comments on commit 160dcb2

Please sign in to comment.