Newer
Older
export const COLOR_PALETTE = [
"rgb(104, 169, 77)",
"rgb(102, 75, 154)",
"rgb(41, 171, 226)",
"rgb(224, 133, 35)",
"rgb(214, 207, 126)",
"rgb(239, 65, 35)",
"rgb(255, 255, 255)",
];
// Just renaming a variable which is given by the PHP script. This avoids errors in all other files.

Maximilian Giller
committed
export const PLUGIN_PATH = plugin.path;
export const SPACE = space.id;