From 962b0962f55e1a6e7dc4693b4ec3ef1d58161f92 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 2 Jan 2025 00:36:23 -0800 Subject: [PATCH] feat: correct rose pine colorschemes for light and dark --- quartz.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index e4531cb..6e331fa 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -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, }),