mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
feat: switch theme to One*
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
c06941d75a
commit
00c31aeb7b
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue