mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
css: use vsLight instead of solarized
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
bac4725aca
commit
1e5fa46eec
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// @ts-check
|
// @ts-check
|
||||||
// Note: type annotations allow type checking and IDEs autocompletion
|
// Note: type annotations allow type checking and IDEs autocompletion
|
||||||
|
|
||||||
const lightCodeTheme = require("./src/prism-themes/solarizedLight");
|
const lightCodeTheme = require("prism-react-renderer/themes/vsLight");
|
||||||
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
||||||
|
|
||||||
const math = require("remark-math");
|
const math = require("remark-math");
|
||||||
|
|
Loading…
Reference in a new issue