rawx
Version:
process daemon with utilities
13 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const some_colors = {
TECHNICOLOR_GREEN: `#4edecd`,
LAVENDER: `#7678e8`,
H_RED: `#f52e2e`,
PURPLE: `#4e02d8`,
D_BLUE: `#1c0089`,
NEON_YELLOW: `#f7f623`,
NO: "",
};
module.exports = some_colors;
//# sourceMappingURL=some_colors.js.map