From d72e162db6b3776e88308d08d4a0d11970b0f25b Mon Sep 17 00:00:00 2001 From: Ambuj Kumar <97109381+that-ambuj@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:33:21 +0530 Subject: [PATCH] style: change dark text color to #eee --- data/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme.json b/data/theme.json index 126a971..559b067 100644 --- a/data/theme.json +++ b/data/theme.json @@ -24,7 +24,7 @@ }, "text_color": { "default": "#B4AFB6", - "dark": "#fff", + "dark": "#eee", "light": "#B4AFB6" } }