mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
update: optimize theme color scheme and waline style
This commit is contained in:
parent
755bb4a233
commit
eb3781bb6b
6 changed files with 117 additions and 21 deletions
|
@ -17,19 +17,19 @@ export const themeConfig: ThemeConfig = {
|
|||
mode: 'light', // light, dark
|
||||
light: {
|
||||
// title color
|
||||
primary: 'oklch(20% 0 0)',
|
||||
primary: 'oklch(20% 0.02 60)',
|
||||
// text color
|
||||
secondary: 'oklch(40% 0 0)',
|
||||
secondary: 'oklch(40% 0.02 60)',
|
||||
// background color
|
||||
background: 'oklch(95% 0.018 57)',
|
||||
background: 'oklch(95% 0.02 60)',
|
||||
// code block theme
|
||||
codeTheme: 'github-light',
|
||||
},
|
||||
dark: {
|
||||
// title color
|
||||
primary: 'oklch(80% 0 0)',
|
||||
primary: 'oklch(90% 0 0)',
|
||||
// text color
|
||||
secondary: 'oklch(70% 0 0)',
|
||||
secondary: 'oklch(75% 0 0)',
|
||||
// background color
|
||||
background: 'oklch(20% 0 0)',
|
||||
// code block theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue