Added more colors lol

This commit is contained in:
NSDE 2023-08-15 16:29:09 +02:00
parent 320763c506
commit 784bdc12af

View file

@ -3,5 +3,8 @@ export const folderColorOptions = [
'#6d28d9', // violet-700 '#6d28d9', // violet-700
'#0369a1', // sky-700 '#0369a1', // sky-700
'#047857', // emerald-700 '#047857', // emerald-700
'#b45309', // amber-700 '#b45309', // amber-700,
'#a16207', // yellow-700,
'#0f766e', // teal-700,
'#334155', // slate-700,
]; ];