const consts = { FOLDER_COLORS: [ '#E10051', '#FF8E00', '#E8D252', '#3FD941', '#30D5C8', '#2BA5F7', '#B013A4' ], FOLDER_COLOR_NAMES: [ 'Razzmatazz (Red)', 'Pizazz (Orange)', 'Confetti (Yellow)', 'Emerald (Green)', 'Turquoise', 'Dodger Blue', 'Violet Eggplant' ] } module.exports = consts