From b0b4c8357c327b9c165550c3b896a8208d70c988 Mon Sep 17 00:00:00 2001 From: Shitanshu Kumar Date: Mon, 30 Jun 2025 01:13:06 +0530 Subject: [PATCH] fix: dark theme foreground color for better contrast --- utils/theme-presets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/theme-presets.ts b/utils/theme-presets.ts index 97dc96345..c20098eec 100644 --- a/utils/theme-presets.ts +++ b/utils/theme-presets.ts @@ -655,7 +655,7 @@ export const defaultPresets: Record = { }, dark: { background: "#2b2b2b", - foreground: "#dcdcdc", + foreground: "#bebebe", card: "#333333", "card-foreground": "#dcdcdc", popover: "#333333",