diff --git a/quartz.config.ts b/quartz.config.ts index 4d598b3..a43f33c 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -29,26 +29,26 @@ const config: QuartzConfig = { }, colors: { lightMode: { - light: "#faf8f8", - lightgray: "#e5e5e5", - gray: "#b8b8b8", - darkgray: "#4e4e4e", - dark: "#2b2b2b", - secondary: "#284b63", - tertiary: "#84a59d", - highlight: "rgba(143, 159, 169, 0.15)", - textHighlight: "#fff23688", + light: "#eff1f5", + lightgray: "#e6e9ef", + gray: "#9ca0b0", + darkgray: "#4c4f69", + dark: "#1e1e2e", + secondary: "#7287fd", + tertiary: "#8839ef", + highlight: "rgba(114, 135, 253, 0.15)", + textHighlight: "#7287fd88", }, darkMode: { - light: "#161618", - lightgray: "#393639", - gray: "#646464", - darkgray: "#d4d4d4", - dark: "#ebebec", - secondary: "#7b97aa", - tertiary: "#84a59d", - highlight: "rgba(143, 159, 169, 0.15)", - textHighlight: "#b3aa0288", + light: "#1e1e2e", + lightgray: "#313244", + gray: "#585b70", + darkgray: "#a6adc8", + dark: "#cdd6f4", + secondary: "#b4befe", + tertiary: "#94e2d5", + highlight: "rgba(180, 190, 254, 0.15)", + textHighlight: "#b4befe88", }, }, }, @@ -61,8 +61,8 @@ const config: QuartzConfig = { }), Plugin.SyntaxHighlighting({ theme: { - light: "github-light", - dark: "github-dark", + light: "catppuccin-latte", + dark: "catppuccin-mocha", }, keepBackground: false, }),