docs: go back to previous theme

This commit is contained in:
thomasjm 2024-05-21 03:27:53 -07:00
parent 76a5985bdd
commit f68726730e

View File

@ -1,4 +1,4 @@
import {themes as prismThemes} from 'prism-react-renderer';
// import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
@ -14,8 +14,8 @@ const config: Config = {
projectName: 'sandwich', // Usually your repo name.
themeConfig: {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
// theme: prismThemes.github,
// darkTheme: prismThemes.dracula,
additionalLanguages: ['haskell'],
},
navbar: {