Update quartz.config.ts

This commit is contained in:
wych 2024-02-24 20:46:40 -06:00
parent 6594a8f614
commit 0fabfb8bf5

View File

@ -27,14 +27,14 @@ const config: QuartzConfig = {
},
colors: {
lightMode: {
light: "#faf8f8",
light: "#fbfcfd",
lightgray: "#e5e5e5",
gray: "#b8b8b8",
darkgray: "#4e4e4e",
dark: "#2b2b2b",
secondary: "#284b63",
tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)",
secondary: "#96a7df",
tertiary: "#e79e73",
highlight: "rgba(219, 150, 109, 0.25)",
},
darkMode: {
light: "#161618",