theme: switch to lest i forget variant

This commit is contained in:
2026-03-29 02:25:14 +00:00
parent d049d7e911
commit 5c9c6a61ee
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "The Ruins", pageTitle: "Lest I Forget",
pageTitleSuffix: "", pageTitleSuffix: "",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
@@ -24,8 +24,8 @@ const config: QuartzConfig = {
cdnCaching: true, cdnCaching: true,
typography: { typography: {
title: "Playfair Display", title: "Playfair Display",
header: "Crimson Text", header: "Anonymous Pro",
body: "Karla", body: "JetBrains Mono",
meta: "Caveat", meta: "Caveat",
code: "JetBrains Mono", code: "JetBrains Mono",
}, },
@@ -42,7 +42,7 @@ const config: QuartzConfig = {
textHighlight: "#fff23688", textHighlight: "#fff23688",
}, },
darkMode: { darkMode: {
light: "#1B1B1B", light: "#111516",
lightgray: "#7E7E7E", lightgray: "#7E7E7E",
gray: "#7D7D7D", gray: "#7D7D7D",
darkgray: "#CACACA", darkgray: "#CACACA",
+1 -1
View File
@@ -33,7 +33,7 @@ export default {
title: "Reader mode", title: "Reader mode",
}, },
explorer: { explorer: {
title: "Explorer", title: "Notes",
}, },
footer: { footer: {
createdWith: "Created with", createdWith: "Created with",