Skip to content

Commit

Permalink
colors v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkWithPbody committed Dec 15, 2024
1 parent 12c9547 commit 0e4def1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ const config: QuartzConfig = {
code: "Fira Code",
},
colors: {
lightMode: {
light: "#FFFFFF",
lightgray: "#E1E1E1",
gray: "#8A8A8A",
darkgray: "#050505",
dark: "#000000",
secondary: "#121212",
tertiary: "#FFA000",
highlight: "#D9D9D9",
},
darkMode: {
light: "#000000",
lightgray: "#000000",
gray: "#FFFFFF",
darkgray: "#FFFFFF",
lightgray: "#1E1E1E",
gray: "#757575",
darkgray: "#FAFAFA",
dark: "#FFFFFF",
secondary: "#FF00FF", // CMYK Magenta
tertiary: "#89F336", // Lime Green
highlight: "#FFFFFF",
},
lightMode: {
light: "#FFFFFF",
lightgray: "#F0F0F0",
gray: "#A0A0A0",
darkgray: "#505050",
dark: "#202020",
secondary: "#FF00FF", // CMYK Magenta
tertiary: "#89F336", // Lime Green
highlight: "#E6E6E6",
secondary: "#EDEDED",
tertiary: "#FFCA42",
highlight: "#262626",
},
}

Expand Down

0 comments on commit 0e4def1

Please sign in to comment.