mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:33:59 +01:00
Added more colors lol
This commit is contained in:
parent
320763c506
commit
784bdc12af
|
@ -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,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue