Jacky Zhao
2024-01-31 22de92f6c46fd8aae3e803faaea734f28277cfae
quartz/plugins/transformers/syntax.ts
@@ -8,7 +8,11 @@
      [
        rehypePrettyCode,
        {
          theme: "css-variables",
          keepBackground: false,
          theme: {
            dark: "github-dark",
            light: "github-light",
          },
        } satisfies Partial<CodeOptions>,
      ],
    ]