|
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 | "e5f5f999d8c92ca25f",
|
|---|
| 6 | "edf8fbb2e2e266c2a4238b45",
|
|---|
| 7 | "edf8fbb2e2e266c2a42ca25f006d2c",
|
|---|
| 8 | "edf8fbccece699d8c966c2a42ca25f006d2c",
|
|---|
| 9 | "edf8fbccece699d8c966c2a441ae76238b45005824",
|
|---|
| 10 | "f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824",
|
|---|
| 11 | "f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b"
|
|---|
| 12 | ).map(colors);
|
|---|
| 13 |
|
|---|
| 14 | export default ramp(scheme);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.