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"],
|
||||
defaultDateType: "modified",
|
||||
theme: {
|
||||
default:'darkMode',
|
||||
fontOrigin: "googleFonts",
|
||||
cdnCaching: true,
|
||||
typography: {
|
||||
@ -34,9 +33,9 @@ const config: QuartzConfig = {
|
||||
lightgray: "#e5e5e5",
|
||||
gray: "#b8b8b8",
|
||||
darkgray: "#4e4e4e",
|
||||
dark: "#2b2b2b",
|
||||
secondary: "#FFD60A",
|
||||
tertiary: "#FFD60A",
|
||||
dark: "#1f1f1f",
|
||||
secondary: "#f1d939ff",
|
||||
tertiary: "#FFE066",
|
||||
highlight: "rgba(143, 159, 169, 0.15)",
|
||||
textHighlight: "#fff23688",
|
||||
},
|
||||
@ -47,7 +46,7 @@ const config: QuartzConfig = {
|
||||
darkgray: "#d4d4d4",
|
||||
dark: "#ebebec",
|
||||
secondary: "#FFD60A",
|
||||
tertiary: "#FFD60A",
|
||||
tertiary: "#FFE066",
|
||||
highlight: "rgba(143, 159, 169, 0.15)",
|
||||
textHighlight: "#b3aa0288",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user