From d470cb2afff4912aff6dd380fb950faddbb19ac3 Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Thu, 10 Jul 2025 16:04:18 +0600 Subject: [PATCH] update theme.json --- src/config/theme.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/theme.json b/src/config/theme.json index 4924af2..62f4384 100755 --- a/src/config/theme.json +++ b/src/config/theme.json @@ -10,8 +10,8 @@ }, "text_color": { "text": "#444444", - "text-dark": "#040404", - "text-light": "#717171" + "text_dark": "#040404", + "text_light": "#717171" } }, "darkmode": { @@ -24,8 +24,8 @@ }, "text_color": { "text": "#B4AFB6", - "text-dark": "#fff", - "text-light": "#B4AFB6" + "text_dark": "#fff", + "text_light": "#B4AFB6" } } },