From 784bdc12af0f3e76954aa074d51878150f645ea3 Mon Sep 17 00:00:00 2001 From: NSDE Date: Tue, 15 Aug 2023 16:29:09 +0200 Subject: [PATCH] Added more colors lol --- src/constants/color.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/constants/color.ts b/src/constants/color.ts index c9a823c..4cb78a4 100644 --- a/src/constants/color.ts +++ b/src/constants/color.ts @@ -3,5 +3,8 @@ export const folderColorOptions = [ '#6d28d9', // violet-700 '#0369a1', // sky-700 '#047857', // emerald-700 - '#b45309', // amber-700 + '#b45309', // amber-700, + '#a16207', // yellow-700, + '#0f766e', // teal-700, + '#334155', // slate-700, ];