feat: switch theme to One* (#5)

This commit is contained in:
Matej Focko 2023-11-25 21:41:19 +01:00 committed by GitHub
commit 3b7bf4e2c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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