From d933587d09ada09cd08e3074961b84126bf1d41b Mon Sep 17 00:00:00 2001 From: heaven Date: Tue, 14 Apr 2026 22:11:31 +0300 Subject: [PATCH] update colors for dark theme --- src/colors.css.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/colors.css.ts b/src/colors.css.ts index 268cbf78..49960166 100644 --- a/src/colors.css.ts +++ b/src/colors.css.ts @@ -100,7 +100,7 @@ export const silverTheme = createTheme(color, { const darkThemeData = { Background: { - Container: '#1A1A1A', + Container: '#121314', ContainerHover: '#262626', ContainerActive: '#333333', ContainerLine: '#404040', @@ -108,7 +108,7 @@ const darkThemeData = { }, Surface: { - Container: '#262626', + Container: '#1e1e1e', ContainerHover: '#333333', ContainerActive: '#404040', ContainerLine: '#4D4D4D',