Silviu LorenČ›
2024-02-07 ce413b4bae40a21e354b2e065fda60045ae28ecb
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>,
      ],
    ]