Skip to content

Commit

Permalink
Set default theme to light
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Mar 28, 2023
1 parent 6c99537 commit acf674e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tune/histoire.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import { HstVue } from "@histoire/plugin-vue";
export default defineConfig({
plugins: [HstVue()],
setupFile: "./src/histoire-setup.ts",
theme: {
defaultColorScheme: "light",
hideColorSchemeSwitch: true,
},
backgroundPresets: [
{
label: "Light",
Expand Down

0 comments on commit acf674e

Please sign in to comment.