feat: add theme toggle for light/dark modes

This commit is contained in:
radishzzz 2025-01-20 10:36:55 +00:00
parent d599b3e26d
commit 47aabb59e7

View file

@ -14,7 +14,7 @@ export const themeConfig: ThemeConfig = {
// COLOR SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START // COLOR SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START
color: { color: {
mode: 'dark', // light, dark, DEFAULT to match system theme mode: 'light', // light, dark, DEFAULT to match system theme
light: { light: {
primary: '#505050', // title text color in light mode primary: '#505050', // title text color in light mode
secondary: '#17191A', // posts text color in light mode secondary: '#17191A', // posts text color in light mode