From 47aabb59e70f18fed43badf930fc4eacb015bde0 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Mon, 20 Jan 2025 10:36:55 +0000 Subject: [PATCH] feat: add theme toggle for light/dark modes --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.ts b/src/config/index.ts index bb2bb15..2e66242 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -14,7 +14,7 @@ export const themeConfig: ThemeConfig = { // COLOR SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START color: { - mode: 'dark', // light, dark, DEFAULT to match system theme + mode: 'light', // light, dark, DEFAULT to match system theme light: { primary: '#505050', // title text color in light mode secondary: '#17191A', // posts text color in light mode