From 3f87535d86423d7dc57dbe572c76028a0f44805f Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 4 Feb 2024 13:48:45 +0100 Subject: [PATCH] chore: switch light theme to One Light Signed-off-by: Matej Focko --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 06f5ba8..f9c6ed7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -2,7 +2,7 @@ // Note: type annotations allow type checking and IDEs autocompletion const { themes } = require("prism-react-renderer"); -const lightCodeTheme = themes.github; +const lightCodeTheme = themes.oneLight; const darkCodeTheme = themes.dracula; const math = require("remark-math");