mirror of
https://github.com/mfocko/blog.git
synced 2024-11-13 01:30:29 +01:00
feat: switch theme to One* (#5)
This commit is contained in:
commit
3b7bf4e2c7
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.vsLight;
|
||||
const darkCodeTheme = themes.dracula;
|
||||
const lightCodeTheme = themes.oneLight;
|
||||
const darkCodeTheme = themes.oneDark;
|
||||
|
||||
const math = require("remark-math");
|
||||
const katex = require("rehype-katex");
|
||||
|
|
Loading…
Reference in a new issue