Skip to content

Commit

Permalink
added sparql highlighting and select a nicer color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 8, 2024
1 parent caa5510 commit 34182a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ const config = {
copyright: `Copyright © ${new Date().getFullYear()} Zazuko GmbH. Built with Docusaurus.`,
},
prism: {
theme: themes.jettwaveLight,
darkTheme: themes.jettwaveDark,
additionalLanguages: ['turtle'],
theme: themes.nightOwlLight,
darkTheme: themes.nightOwl,
additionalLanguages: ['turtle', 'sparql'],
},
}),
};
Expand Down

0 comments on commit 34182a0

Please sign in to comment.