kabirgh
2024-02-09 fe353d946bd90d38647a9dceff7ea85d425e8a83
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>,
      ],
    ]