From 14fb11eccdc95b82e9c9236c8556f57de8ba49b9 Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Sun, 4 Feb 2024 22:23:26 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=BB=A4=EC=8A=A4=ED=85=80=20?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #23 --- src/theme/foundations/colors.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/theme/foundations/colors.ts b/src/theme/foundations/colors.ts index fd3f083b..0c18865c 100644 --- a/src/theme/foundations/colors.ts +++ b/src/theme/foundations/colors.ts @@ -1,3 +1,9 @@ -const colors = {}; +const colors = { + green: '#415940', + green_dark: '#304030', + orange_light: '#FDCBBD', + orange: '#FD9E7D', + orange_dark: '#F68564', +}; export default colors;