mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
chore: switch light theme to One Light
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
8f57806142
commit
3f87535d86
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
// 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.github;
|
const lightCodeTheme = themes.oneLight;
|
||||||
const darkCodeTheme = themes.dracula;
|
const darkCodeTheme = themes.dracula;
|
||||||
|
|
||||||
const math = require("remark-math");
|
const math = require("remark-math");
|
||||||
|
|
Loading…
Reference in a new issue