Skip to content

Commit

Permalink
feat: tokyo night dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wiasliaw committed May 10, 2024
1 parent 3be7641 commit d9e2000
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ const config: QuartzConfig = {
highlight: "rgba(143, 159, 169, 0.15)",
},
darkMode: {
light: "#161618",
lightgray: "#393639",
gray: "#646464",
darkgray: "#d4d4d4",
dark: "#ebebec",
secondary: "#7b97aa",
tertiary: "#84a59d",
light: "#191a2a",
lightgray: "rgba(122, 136, 207, 0.3)",
gray: "rgba(122, 136, 207, 0.3)",
darkgray: "#c8d3f5",
dark: "#f4b44b",
secondary: "#7AA2F7",
tertiary: "#828bb8",
highlight: "rgba(143, 159, 169, 0.15)",
},
},
Expand Down

0 comments on commit d9e2000

Please sign in to comment.