From 9c8082cc040f0ab9c48207b6dd3028fe5b24276c Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Wed, 2 Feb 2022 00:08:47 +0300 Subject: [PATCH] add new color --- src/constants/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/theme.ts b/src/constants/theme.ts index e499875..9b7eb61 100644 --- a/src/constants/theme.ts +++ b/src/constants/theme.ts @@ -5,6 +5,7 @@ export const darkTheme: DefaultTheme = { FULL_WHITE: "#FFFFFF", BLACK: "#202225", BLACK_DARK: "#2C2F33", + BLACK_LIGHT: "#2F3136", BLACK_PRIMARY: "#36393f", BLACK_SECONDARY: "#23272A", CRIMSON: "#DC143C",