UNPKG

radix-theme-generator

Version:

A utility for generating themes for the Radix Themes UI library

46 lines 1.04 kB
"use strict"; var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { if (ar || !(i in from)) { if (!ar) ar = Array.prototype.slice.call(from, 0, i); ar[i] = from[i]; } } return to.concat(ar || Array.prototype.slice.call(from)); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.scaleNames = exports.grayScaleNames = void 0; exports.grayScaleNames = [ "gray", "mauve", "slate", "sage", "olive", "sand", ]; exports.scaleNames = __spreadArray(__spreadArray([], exports.grayScaleNames, true), [ "tomato", "red", "ruby", "crimson", "pink", "plum", "purple", "violet", "iris", "indigo", "blue", "cyan", "teal", "jade", "green", "grass", "brown", "orange", "sky", "mint", "lime", "yellow", "amber", ], false); //# sourceMappingURL=types.js.map