@littlespoon/theme
Version:
Little Spoon theme
64 lines • 2.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.primaryBlue = exports.blue100 = exports.blue90 = exports.blue80 = exports.blue70 = exports.blue60 = exports.blue50 = exports.blue40 = exports.blue30 = exports.blue20 = exports.blue10 = exports.brand = exports.brand100 = exports.brand90 = exports.brand80 = exports.brand70 = exports.brand60 = exports.brand50 = exports.brand40 = exports.brand30 = exports.brand20 = exports.brand10 = void 0;
var utils_1 = require("../utils");
/**
* Brand Blue
*
* {@link https://zeroheight.com/3ddd0f892/p/028ae9-colors/t/12d188}
*/
exports.brand10 = (0, utils_1.rgb)(230, 252, 250);
exports.brand20 = (0, utils_1.rgb)(184, 247, 241);
exports.brand30 = (0, utils_1.rgb)(138, 242, 232);
exports.brand40 = (0, utils_1.rgb)(92, 237, 223);
exports.brand50 = (0, utils_1.rgb)(46, 232, 214);
exports.brand60 = (0, utils_1.rgb)(0, 227, 205);
exports.brand70 = (0, utils_1.rgb)(0, 186, 168);
exports.brand80 = (0, utils_1.rgb)(0, 145, 131);
exports.brand90 = (0, utils_1.rgb)(0, 104, 94);
exports.brand100 = (0, utils_1.rgb)(0, 64, 57);
exports.brand = {
brand10: exports.brand10,
brand20: exports.brand20,
brand30: exports.brand30,
brand40: exports.brand40,
brand50: exports.brand50,
brand60: exports.brand60,
brand70: exports.brand70,
brand80: exports.brand80,
brand90: exports.brand90,
brand100: exports.brand100,
};
/**
* @deprecated Use brand instead.
*/
exports.blue10 = exports.brand10;
exports.blue20 = exports.brand20;
exports.blue30 = exports.brand30;
exports.blue40 = exports.brand40;
exports.blue50 = exports.brand50;
exports.blue60 = exports.brand60;
exports.blue70 = exports.brand70;
exports.blue80 = exports.brand80;
exports.blue90 = exports.brand90;
exports.blue100 = exports.brand100;
/**
* @deprecated Use brand instead.
*/
exports.primaryBlue = {
blue10: exports.blue10,
blue20: exports.blue20,
blue30: exports.blue30,
blue40: exports.blue40,
blue50: exports.blue50,
blue60: exports.blue60,
blue70: exports.blue70,
blue80: exports.blue80,
blue90: exports.blue90,
blue100: exports.blue100,
};
exports.default = {
brand: exports.brand,
primaryBlue: exports.primaryBlue,
};
//# sourceMappingURL=primary.js.map