Skip to content

Commit

Permalink
Changes to my theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptosarkar committed Jul 13, 2024
1 parent 0ed0616 commit 9e65341
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 @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "🪴 Sudipto",
enableSPA: true,
enablePopovers: true,
analytics: {
Expand All @@ -32,21 +32,21 @@ const config: QuartzConfig = {
lightgray: "#e5e5e5",
gray: "#b8b8b8",
darkgray: "#4e4e4e",
dark: "#2b2b2b",
secondary: "#284b63",
dark: "#090c02",
secondary: "#0b2e25",
tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)",
highlight: "rgba(253, 231, 76, 0.15)",
textHighlight: "#fff23688",
},
darkMode: {
light: "#161618",
lightgray: "#393639",
light: "#090c02",
lightgray: "#2b2e25",
gray: "#646464",
darkgray: "#d4d4d4",
dark: "#ebebec",
secondary: "#7b97aa",
tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)",
highlight: "rgba(253, 231, 76, 0.15)",
textHighlight: "#b3aa0288",
},
},
Expand Down

0 comments on commit 9e65341

Please sign in to comment.