From 826b27dbe93b6c15ad9b3f9245bf0c80f8b024ed Mon Sep 17 00:00:00 2001 From: Ditmar Visser Date: Mon, 2 Dec 2024 16:39:57 +0100 Subject: [PATCH] vault backup: 2024-12-02 16:39:57 --- .../quartz.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts b/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts index 6c2de94..00c9aa2 100644 --- a/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts +++ b/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts @@ -41,14 +41,14 @@ const config: QuartzConfig = { textHighlight: "#fff23688", }, darkMode: { - light: "#60515C", - lightgray: "#393639", + light: "#231b2d", + lightgray: "#624162", gray: "#646464", darkgray: "#d4d4d4", dark: "#ebebec", - secondary: "#7b97aa", + secondary: "#ccc", tertiary: "#84a59d", - highlight: "rgba(143, 159, 169, 0.15)", + highlight: "rgba(207, 149, 223, 0.23)", textHighlight: "#b3aa0288", }, },