feat: correct rose pine colorschemes for light and dark
Some checks are pending
Deploy Quartz site to GitHub Pages using Nix / build (push) Waiting to run
Deploy Quartz site to GitHub Pages using Nix / deploy (push) Blocked by required conditions

This commit is contained in:
Youwen Wu 2025-01-02 00:36:23 -08:00
parent 5b78af3c9d
commit 962b0962f5
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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,
}), }),