chore: switch light theme to One Light

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-02-04 13:48:45 +01:00
parent 8f57806142
commit 3f87535d86
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

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