Skip to content

Commit

Permalink
light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
farukerdem34 committed Jan 13, 2025
1 parent b59cbe8 commit 00de74b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ const config: QuartzConfig = {
},
colors: {
lightMode: {
light: "#faf8f8",
light: "#fffff",
lightgray: "#e5e5e5",
gray: "#b8b8b8",
darkgray: "#4e4e4e",
dark: "#2b2b2b",
secondary: "#284b63",
tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#fff23688",
dark: "#1B4965",
secondary: "#5FA8D3",
tertiary: "#62B6CB",
highlight: "#CAE9FF",
textHighlight: "#BEE9E8",
},
darkMode: {
light: "#010b00",
Expand Down

0 comments on commit 00de74b

Please sign in to comment.