mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
feat: add theme toggle for light/dark modes
This commit is contained in:
parent
d599b3e26d
commit
47aabb59e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue