Move colorsets into json file (#77)

This commit is contained in:
Simon Lecoq
2021-01-24 21:53:46 +01:00
committed by GitHub
parent 81b7414b2a
commit c701a47d17
2 changed files with 8 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
{
"rainbow":["0:#ff0000", "1:#ffa500", "2:#ffff00", "3:#008000", "4:#0000ff", "5:#4b0082", "6:#ee82ee", "7:#162221"],
"complementary":["0:#ff0000", "1:#008000", "2:#ffa500", "3:#0000ff", "4:#ffff00", "5:#4b0082", "6:#162221", "7:#ee82ee"]
}