Skip to content

Commit

Permalink
Test couleurs
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien committed Sep 27, 2024
1 parent be74288 commit dfe4ebf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ const config: QuartzConfig = {
cdnCaching: true,
typography: {
header: "Kanit",
body: "Lato",
body: "Poppins",
code: "JetBrains Mono",
},
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: "#f2e1cd",
lightgray: "#d8c8b3",
gray: "#745f47",
darkgray: "#322719",
dark: "#2b2926",
secondary: "#bb1a34",
tertiary: "#d67685",
highlight: "rgba(214, 118, 133, 0.15)",
textHighlight: "#ff5555",
},
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: "#2b2926",
lightgray: "#322719",
gray: "#745f47",
darkgray: "#d8c8b3",
dark: "#f2e1cd",
secondary: "#d67685",
tertiary: "#bb1a34",
highlight: "rgba(214, 118, 133, 0.15)",
textHighlight: "#ff5555",
},
},
},
Expand All @@ -67,7 +67,7 @@ const config: QuartzConfig = {
}),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Plugin.GitHubFlavoredMarkdown(),
Plugin.TableOfContents({ collapseByDefault: true }),
Plugin.TableOfContents(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
Plugin.Description(),
Plugin.Latex({ renderEngine: "katex" }),
Expand Down
Binary file modified quartz/static/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfe4ebf

Please sign in to comment.