From 7368ffde513c4e41871ca13071448ae2b49560e0 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 20:50:12 +0800 Subject: [PATCH] Update quartz.config.ts --- quartz.config.ts | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 31925215a..3717814da 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -18,7 +18,7 @@ const config: QuartzConfig = { locale: "zh-CN",  baseUrl: "enneaaa.netlify.app",   ignorePatterns: ["private", "templates", ".obsidian"],    - defaultDateType: "created",    + defaultDateType: "date",    generateSocialImages: true,    theme: { fontOrigin: "googleFonts",    @@ -30,26 +30,26 @@ const config: QuartzConfig = { }, colors: { lightMode: { - light: "#faf8f8", - lightgray: "#e5e5e5",  - gray: "#b8b8b8",  - darkgray: "#4e4e4e",  - dark: "#2b2b2b", - secondary: "#7992a0",   - tertiary: "#7992a0",   - highlight: "rgba(143, 159, 169, 0.07)",  - textHighlight: "#fff23688",   + light: "#fffdfa", + lightgray: "#d1caba", + gray: "#9c9384", + darkgray: "#2A354B", + dark: "#08142C", + secondary: "#274B75", + tertiary: "#84a59d", + highlight: "rgba(143, 159, 169, 0.15)", + textHighlight: "#fff23688", }, - darkMode: {  - light: "#161618", - lightgray: "#393639",   - gray: "#646464", - darkgray: "#d4d4d4",  - dark: "#ebebec",  - secondary: "#7b97aa",    - tertiary: "#7b97aa",  - highlight: "rgba(143, 159, 169, 0.07)",  - textHighlight: "#b3aa0288",  + darkMode: { + light: "#0c0f14", + lightgray: "#1D232D", + gray: "#5A657B", + darkgray: "#d4d4d4", + dark: "#ebebec", + secondary: "#7188A9", + tertiary: "#84a59d", + highlight: "rgba(143, 159, 169, 0.15)", + textHighlight: "#b3aa0288", }, }, },