mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
update: theme color
This commit is contained in:
parent
e52a726103
commit
ce8d309d5b
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ export const themeConfig: ThemeConfig = {
|
||||||
mode: 'light', // light, dark
|
mode: 'light', // light, dark
|
||||||
light: {
|
light: {
|
||||||
// title color
|
// title color
|
||||||
primary: 'oklch(25% 0.02 60)',
|
primary: 'oklch(25% 0.019 57)',
|
||||||
// text color
|
// text color
|
||||||
secondary: 'oklch(40% 0.02 60)',
|
secondary: 'oklch(40% 0.019 57)',
|
||||||
// background color
|
// background color
|
||||||
background: 'oklch(95% 0.02 60)',
|
background: 'oklch(95.4% 0.019 57)',
|
||||||
// code block theme
|
// code block theme
|
||||||
codeTheme: 'github-light',
|
codeTheme: 'github-light',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue