mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
Update quartz.config.ts
This commit is contained in:
parent
6594a8f614
commit
0fabfb8bf5
@ -27,14 +27,14 @@ const config: QuartzConfig = {
|
||||
},
|
||||
colors: {
|
||||
lightMode: {
|
||||
light: "#faf8f8",
|
||||
light: "#fbfcfd",
|
||||
lightgray: "#e5e5e5",
|
||||
gray: "#b8b8b8",
|
||||
darkgray: "#4e4e4e",
|
||||
dark: "#2b2b2b",
|
||||
secondary: "#284b63",
|
||||
tertiary: "#84a59d",
|
||||
highlight: "rgba(143, 159, 169, 0.15)",
|
||||
secondary: "#96a7df",
|
||||
tertiary: "#e79e73",
|
||||
highlight: "rgba(219, 150, 109, 0.25)",
|
||||
},
|
||||
darkMode: {
|
||||
light: "#161618",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user