nova-betterchat/src/constants/color.ts

8 lines
169 B
TypeScript
Raw Normal View History

2023-04-02 17:04:11 +02:00
export const folderColorOptions = [
'#be123c', // rose-700
'#6d28d9', // violet-700
'#0369a1', // sky-700
'#047857', // emerald-700
'#b45309', // amber-700
];