|
Last change
on this file since e4c61dd was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
446 bytes
|
| Line | |
|---|
| 1 | import colors from "../colors.js";
|
|---|
| 2 | import ramp from "../ramp.js";
|
|---|
| 3 |
|
|---|
| 4 | export var scheme = new Array(3).concat(
|
|---|
| 5 | "ece2f0a6bddb1c9099",
|
|---|
| 6 | "f6eff7bdc9e167a9cf02818a",
|
|---|
| 7 | "f6eff7bdc9e167a9cf1c9099016c59",
|
|---|
| 8 | "f6eff7d0d1e6a6bddb67a9cf1c9099016c59",
|
|---|
| 9 | "f6eff7d0d1e6a6bddb67a9cf3690c002818a016450",
|
|---|
| 10 | "fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450",
|
|---|
| 11 | "fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636"
|
|---|
| 12 | ).map(colors);
|
|---|
| 13 |
|
|---|
| 14 | export default ramp(scheme);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.