UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

17 lines 601 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const random_1 = __importDefault(require("lodash/random")); const mint = '#24FE91'; const yellow = '#fdfd2d'; const orange = '#ff8100'; const blue = '#63caf3'; const colors = [mint, yellow, orange, blue]; const Theme = { primaryColor: colors[(0, random_1.default)(0, colors.length - 1)], backgroundColor: '#000000', }; exports.default = Theme; //# sourceMappingURL=Theme.js.map