Changed soem configuration settings for appearance

This commit is contained in:
2025-11-22 18:08:32 +00:00
parent 2b4516f9f3
commit 022521096c

View File

@@ -8,47 +8,48 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "Quartz 4", pageTitle: "The SUKAATO Codex",
pageTitleSuffix: "", pageTitleSuffix: "a Zettelkasten collection",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
provider: "plausible", provider: "plausible",
}, },
locale: "en-US", locale: "en-US",
baseUrl: "quartz.jzhao.xyz", baseUrl: "notes.sukaato.moe",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["_private", "_assets", "_bib", "_scripts", "_templates", "_assets"],
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {
fontOrigin: "googleFonts", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: true,
typography: { typography: {
header: "Schibsted Grotesk", title: "UnifrakturMaguntia",
body: "Source Sans Pro", header: "Grenze Gotisch",
code: "IBM Plex Mono", body: "Eagle Lake",
code: "Syne Mono",
}, },
colors: { colors: {
lightMode: { lightMode: {
light: "#faf8f8", light: "#f5f2e8",
lightgray: "#e5e5e5", lightgray: "#dbbe9c",
gray: "#b8b8b8", gray: "#b8b8b8",
darkgray: "#4e4e4e", darkgray: "#2c261f",
dark: "#2b2b2b", dark: "#2c261f",
secondary: "#284b63", secondary: "#251607",
tertiary: "#84a59d", tertiary: "#263145",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#fff23688", textHighlight: "#fbf719",
}, },
darkMode: { darkMode: {
light: "#161618", light: "#000033",
lightgray: "#393639", lightgray: "#cccccc",
gray: "#646464", gray: "#993333",
darkgray: "#d4d4d4", darkgray: "#ffffff",
dark: "#ebebec", dark: "#993333",
secondary: "#7b97aa", secondary: "#993333",
tertiary: "#84a59d", tertiary: "#cc9966",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#b3aa0288", textHighlight: "#cc9966",
}, },
}, },
}, },