diff --git a/quartz.config.ts b/quartz.config.ts index 4279f97eb..f59ba63ed 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -28,24 +28,24 @@ const config: QuartzConfig = { code: "IBM Plex Mono", }, colors: { - lightMode: { - light: "rgb(255, 252, 240)", - lightgray: "rgb(242, 240, 229)", - gray: "#9c9384", - darkgray: "#2A354B", - dark: "#08142C", - secondary: "#274B75", + lightMode: {  + light: "#faf8f8", + lightgray: "#e5e5e5", + gray: "#b8b8b8", + darkgray: "#4e4e4e", + dark: "#2b2b2b", + secondary: "#284b63", tertiary: "#84a59d", highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#fff23688", }, darkMode: { - light: "#0c0f14", - lightgray: "#1D232D", - gray: "#5A657B", + light: "#161618", + lightgray: "#393639", + gray: "#646464", darkgray: "#d4d4d4", dark: "#ebebec", - secondary: "#7188A9", + secondary: "#7b97aa", tertiary: "#84a59d", highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#b3aa0288",