Skip to content

Commit

Permalink
revert default to dark theme for code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
loreanvictor committed Apr 29, 2020
1 parent b0e9a69 commit 16aedf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedoc/core",
"version": "0.1.34",
"version": "0.1.35",
"description": "Create beautiful modern documentation websites.",
"main": "dist/es5/index.js",
"module": "dist/es6/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const DefaultTheme: CodedocTheme = /*#__PURE__*/{

code: {
wmbar: true,
light: DefaultCodeThemeLight,
light: DefaultCodeTheme,
dark: {
... DefaultCodeTheme,
background: '#000000',
Expand Down

0 comments on commit 16aedf8

Please sign in to comment.