feat: use github and dracula themes

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-11-25 21:49:46 +01:00
parent 3b7bf4e2c7
commit a581e9753f
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -2,8 +2,8 @@
// Note: type annotations allow type checking and IDEs autocompletion
const { themes } = require("prism-react-renderer");
const lightCodeTheme = themes.oneLight;
const darkCodeTheme = themes.oneDark;
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;
const math = require("remark-math");
const katex = require("rehype-katex");