mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
add Folder
This commit is contained in:
14
browser/lib/consts.js
Normal file
14
browser/lib/consts.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const consts = {
|
||||
FOLDER_COLORS: [
|
||||
'#3460C7',
|
||||
'#2BA5F7',
|
||||
'#FF8E00',
|
||||
'#E8D252',
|
||||
'#3FD941',
|
||||
'#1FAD85',
|
||||
'#E10051',
|
||||
'#B013A4'
|
||||
]
|
||||
}
|
||||
|
||||
module.exports = consts
|
||||
Reference in New Issue
Block a user