alterando cores do layout - v2

This commit is contained in:
felipesantanafs 2025-10-24 15:12:35 -03:00
parent 10e8008b6e
commit de8ece972b

View File

@ -20,7 +20,6 @@ const config: QuartzConfig = {
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {
default:'darkMode',
fontOrigin: "googleFonts", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: true,
typography: { typography: {
@ -34,9 +33,9 @@ const config: QuartzConfig = {
lightgray: "#e5e5e5", lightgray: "#e5e5e5",
gray: "#b8b8b8", gray: "#b8b8b8",
darkgray: "#4e4e4e", darkgray: "#4e4e4e",
dark: "#2b2b2b", dark: "#1f1f1f",
secondary: "#FFD60A", secondary: "#f1d939ff",
tertiary: "#FFD60A", tertiary: "#FFE066",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#fff23688", textHighlight: "#fff23688",
}, },
@ -47,7 +46,7 @@ const config: QuartzConfig = {
darkgray: "#d4d4d4", darkgray: "#d4d4d4",
dark: "#ebebec", dark: "#ebebec",
secondary: "#FFD60A", secondary: "#FFD60A",
tertiary: "#FFD60A", tertiary: "#FFE066",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#b3aa0288", textHighlight: "#b3aa0288",
}, },