1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

add Folder

This commit is contained in:
Rokt33r
2016-05-03 22:38:54 +09:00
parent df51e6d429
commit dcf773fd88
7 changed files with 197 additions and 40 deletions

14
browser/lib/consts.js Normal file
View File

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