feat: correct rose pine colorschemes for light and dark
This commit is contained in:
parent
5b78af3c9d
commit
962b0962f5
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ const config: QuartzConfig = {
|
|||
}),
|
||||
Plugin.SyntaxHighlighting({
|
||||
theme: {
|
||||
light: "rose-pine",
|
||||
dark: "rose-pine-dawn",
|
||||
light: "rose-pine-dawn",
|
||||
dark: "rose-pine",
|
||||
},
|
||||
keepBackground: false,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue