mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
feat: use github and dracula themes
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
3b7bf4e2c7
commit
a581e9753f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
|
||||
const { themes } = require("prism-react-renderer");
|
||||
const lightCodeTheme = themes.oneLight;
|
||||
const darkCodeTheme = themes.oneDark;
|
||||
const lightCodeTheme = themes.github;
|
||||
const darkCodeTheme = themes.dracula;
|
||||
|
||||
const math = require("remark-math");
|
||||
const katex = require("rehype-katex");
|
||||
|
|
Loading…
Reference in a new issue