Skip to content

Commit

Permalink
fix gray lightgray
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkWithPbody committed Jan 15, 2025
1 parent 9b23c22 commit 81cab95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const config: QuartzConfig = {
// Original: #000000 | New: #1C2022 editor.background
light: "#1C2022",
// Original: #1E1E1E | New: #111518 editorGroup.border (tick box or graph view border)
lightgray: "#FFFFFF",
lightgray: "#C0C0C0",
// Original: #757575 | New: #C0C0C0 input.foreground (subtitle)
gray: "#C0C0C0",
gray: "#FFFFFF",
// Original: #FAFAFA | New: #C0C0C0 menu.foreground (main text)
darkgray: "#C0C0C0",
// Original: #FFFFFF | New: #24282A menu.selectionBackground (secondary menu items and table of contents)
Expand Down

0 comments on commit 81cab95

Please sign in to comment.