feat: switch theme to One*

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-11-25 21:37:44 +01:00
parent c06941d75a
commit 00c31aeb7b
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.vsLight;
const darkCodeTheme = themes.dracula;
const lightCodeTheme = themes.oneLight;
const darkCodeTheme = themes.oneDark;
const math = require("remark-math");
const katex = require("rehype-katex");