Skip to content

Commit

Permalink
Tweak color pallet for a more 'solarized' darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Dec 14, 2023
1 parent 235bc27 commit 65c7400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const config: QuartzConfig = {
highlight: "rgba(242, 167, 27, 0.15)",
},
darkMode: {
light: "#032612",
lightgray: "#011F26",
gray: "#0FC2C0",
light: "#042326",
lightgray: "#107361",
gray: "#1D7373",
darkgray: "#0CABA8",
dark: "#008F8C",
secondary: "#A62B1F",
Expand Down

0 comments on commit 65c7400

Please sign in to comment.