From 5c9c6a61ee87af8cd7bc92401ada99120d185712 Mon Sep 17 00:00:00 2001 From: ruinivist Date: Sun, 29 Mar 2026 02:25:14 +0000 Subject: [PATCH] theme: switch to lest i forget variant --- quartz.config.ts | 8 ++++---- quartz/i18n/locales/en-US.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index ec9d198..12018f1 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "The Ruins", + pageTitle: "Lest I Forget", pageTitleSuffix: "", enableSPA: true, enablePopovers: true, @@ -24,8 +24,8 @@ const config: QuartzConfig = { cdnCaching: true, typography: { title: "Playfair Display", - header: "Crimson Text", - body: "Karla", + header: "Anonymous Pro", + body: "JetBrains Mono", meta: "Caveat", code: "JetBrains Mono", }, @@ -42,7 +42,7 @@ const config: QuartzConfig = { textHighlight: "#fff23688", }, darkMode: { - light: "#1B1B1B", + light: "#111516", lightgray: "#7E7E7E", gray: "#7D7D7D", darkgray: "#CACACA", diff --git a/quartz/i18n/locales/en-US.ts b/quartz/i18n/locales/en-US.ts index e1111e9..0b8f343 100644 --- a/quartz/i18n/locales/en-US.ts +++ b/quartz/i18n/locales/en-US.ts @@ -33,7 +33,7 @@ export default { title: "Reader mode", }, explorer: { - title: "Explorer", + title: "Notes", }, footer: { createdWith: "Created with",