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({
|
Plugin.SyntaxHighlighting({
|
||||||
theme: {
|
theme: {
|
||||||
light: "rose-pine",
|
light: "rose-pine-dawn",
|
||||||
dark: "rose-pine-dawn",
|
dark: "rose-pine",
|
||||||
},
|
},
|
||||||
keepBackground: false,
|
keepBackground: false,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue