stylesh
Version:
A powerful and elegant terminal styling library with colors, gradients, borders, themes, and animations for Node.js
11 lines • 396 B
JavaScript
;
/**
* Background color definitions
* Uses the same RGB values as text colors
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.BG_COLOR_GROUPS = exports.BG_COLORS = void 0;
const colors_1 = require("./colors");
exports.BG_COLORS = { ...colors_1.TEXT_COLORS };
exports.BG_COLOR_GROUPS = { ...colors_1.COLOR_GROUPS };
//# sourceMappingURL=backgrounds.js.map