Skip to content

Commit

Permalink
Merge pull request #112 from vtexdocs/fix/codeblocks-theme
Browse files Browse the repository at this point in the history
fix: theme to match devportal
  • Loading branch information
PedroAntunesCosta authored Oct 17, 2024
2 parents 2cedf4e + 900a6c4 commit af31b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/code-hike-theme.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const theme = {
lineNumbers: false,
showCopyButton: true,
theme: 'github-dark',
theme: 'poimandres',
skipLanguages: ['mermaid'],
staticMediaQuery: 'not screen, (max-width: 768px)',
autoImport: false,
Expand Down

0 comments on commit af31b26

Please sign in to comment.