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