Skip to content

Commit

Permalink
Quartz sync: Mar 16, 2024, 2:44 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnhatmih committed Mar 15, 2024
1 parent 801dd1a commit 83bce27
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ const config: QuartzConfig = {
lightMode: {
light: "#eff1f5", // background
lightgray: "#DEDBE1", // search background?
gray: "#fb65c1", // text
gray: "#fb65c1", // text (date, "Search", dark, icon)
darkgray: "#0b011e", // text?
dark: "#0b011e", // text?
secondary: "#fb65c1", // the bigger node
tertiary: "##e9075a", // i.e. the sub-node
highlight: "#fb65c1",
},
darkMode: {
light: "#06000f", // background
lightgray: "#ebe1fe", // subtext
gray: "#ac7cfb", // search background?
darkgray: "#493D5A", // text?
dark: "#ebe1fe", // text?
secondary: "#f81669", // the bigger node
tertiary: "#f81669", // i.e. the sub-node
highlight: "#9a0461",
light: "#0b0907", // background
lightgray: "#c7b3a3", // search background?
gray: "#0b0907", // text (date, "Search", dark, icon)
darkgray: "#f3efec", // text
dark: "#f3efec", // text
secondary: "#5c6c42", // the bigger node
tertiary: "#82a972", // i.e. the sub-node
highlight: "#5c6c42",
},
},
},
Expand Down

0 comments on commit 83bce27

Please sign in to comment.