Skip to content

Commit

Permalink
3rd try to change code style
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblanc committed Apr 16, 2024
1 parent 0ce766d commit 0a75c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/plugins/transformers/syntax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ interface Options {

const defaultOptions: Options = {
theme: {
light: "houston",
dark: "houston",
light: "one-dark-pro",
dark: "one-dark-pro",
},
keepBackground: false,
}
Expand Down

0 comments on commit 0a75c37

Please sign in to comment.