1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00
Files
Boostnote/browser/lib/consts.js
2016-05-03 22:38:54 +09:00

15 lines
186 B
JavaScript

const consts = {
FOLDER_COLORS: [
'#3460C7',
'#2BA5F7',
'#FF8E00',
'#E8D252',
'#3FD941',
'#1FAD85',
'#E10051',
'#B013A4'
]
}
module.exports = consts