mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
alterando cores do layout - v2
This commit is contained in:
parent
10e8008b6e
commit
de8ece972b
@ -20,7 +20,6 @@ const config: QuartzConfig = {
|
|||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
default:'darkMode',
|
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
cdnCaching: true,
|
cdnCaching: true,
|
||||||
typography: {
|
typography: {
|
||||||
@ -34,9 +33,9 @@ const config: QuartzConfig = {
|
|||||||
lightgray: "#e5e5e5",
|
lightgray: "#e5e5e5",
|
||||||
gray: "#b8b8b8",
|
gray: "#b8b8b8",
|
||||||
darkgray: "#4e4e4e",
|
darkgray: "#4e4e4e",
|
||||||
dark: "#2b2b2b",
|
dark: "#1f1f1f",
|
||||||
secondary: "#FFD60A",
|
secondary: "#f1d939ff",
|
||||||
tertiary: "#FFD60A",
|
tertiary: "#FFE066",
|
||||||
highlight: "rgba(143, 159, 169, 0.15)",
|
highlight: "rgba(143, 159, 169, 0.15)",
|
||||||
textHighlight: "#fff23688",
|
textHighlight: "#fff23688",
|
||||||
},
|
},
|
||||||
@ -47,7 +46,7 @@ const config: QuartzConfig = {
|
|||||||
darkgray: "#d4d4d4",
|
darkgray: "#d4d4d4",
|
||||||
dark: "#ebebec",
|
dark: "#ebebec",
|
||||||
secondary: "#FFD60A",
|
secondary: "#FFD60A",
|
||||||
tertiary: "#FFD60A",
|
tertiary: "#FFE066",
|
||||||
highlight: "rgba(143, 159, 169, 0.15)",
|
highlight: "rgba(143, 159, 169, 0.15)",
|
||||||
textHighlight: "#b3aa0288",
|
textHighlight: "#b3aa0288",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user