mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
update: theme color
This commit is contained in:
parent
050f68a971
commit
16491dae50
1 changed files with 6 additions and 6 deletions
|
@ -17,21 +17,21 @@ export const themeConfig: ThemeConfig = {
|
|||
mode: 'light', // light, dark
|
||||
light: {
|
||||
// title color
|
||||
primary: 'oklch(25% 0.019 57)',
|
||||
primary: 'oklch(25% 0.005 298)',
|
||||
// text color
|
||||
secondary: 'oklch(40% 0.019 57)',
|
||||
secondary: 'oklch(40% 0.005 298)',
|
||||
// background color
|
||||
background: 'oklch(95.4% 0.019 57)',
|
||||
background: 'oklch(96% 0.005 298)',
|
||||
// code block theme
|
||||
codeTheme: 'github-light',
|
||||
},
|
||||
dark: {
|
||||
// title color
|
||||
primary: 'oklch(90% 0 0)',
|
||||
primary: 'oklch(88% 0.005 298)',
|
||||
// text color
|
||||
secondary: 'oklch(75% 0 0)',
|
||||
secondary: 'oklch(77% 0.005 298)',
|
||||
// background color
|
||||
background: 'oklch(20% 0 0)',
|
||||
background: 'oklch(22% 0.005 298)',
|
||||
// code block theme
|
||||
codeTheme: 'github-dark',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue