From de8ece972b81d7d88ade64f62f93022c2deb9fca Mon Sep 17 00:00:00 2001 From: felipesantanafs <145938001+felipesantanafs@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:12:35 -0300 Subject: [PATCH] alterando cores do layout - v2 --- quartz.config.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 1b3d03e8b..08749059f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -20,7 +20,6 @@ const config: QuartzConfig = { ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "modified", theme: { - default:'darkMode', fontOrigin: "googleFonts", cdnCaching: true, typography: { @@ -34,9 +33,9 @@ const config: QuartzConfig = { lightgray: "#e5e5e5", gray: "#b8b8b8", darkgray: "#4e4e4e", - dark: "#2b2b2b", - secondary: "#FFD60A", - tertiary: "#FFD60A", + dark: "#1f1f1f", + secondary: "#f1d939ff", + tertiary: "#FFE066", highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#fff23688", }, @@ -47,7 +46,7 @@ const config: QuartzConfig = { darkgray: "#d4d4d4", dark: "#ebebec", secondary: "#FFD60A", - tertiary: "#FFD60A", + tertiary: "#FFE066", highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#b3aa0288", },