Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 6b634de

Browse files
committed
Use consistent theme
1 parent f0dc655 commit 6b634de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
resolve: `gatsby-remark-highlight-code`,
5454
options: {
5555
terminal: "carbon",
56-
theme: "night-owl",
56+
theme: "cobalt",
5757
},
5858
},
5959
{

src/components/ScannerExamples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function ScannerExamples({ examples: allExamples }) {
3030

3131
{examples.map(({ fileName, content }) => (
3232
<TabPanel key={fileName}>
33-
<deckgo-highlight-code>
33+
<deckgo-highlight-code theme="cobalt">
3434
<code slot="code">{content}</code>
3535
</deckgo-highlight-code>
3636
</TabPanel>

0 commit comments

Comments
 (0)