Skip to content

Commit

Permalink
feat: default to dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
braebo committed May 17, 2024
1 parent 584fa3f commit 9805e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/gui/Gui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export const GUI_DEFAULTS: GuiOptions = {
themer: true,
themerOptions: {
localStorageKey: 'fracgui::themer',
mode: 'dark'
},
windowManager: undefined,
windowManagerOptions: {
Expand Down

0 comments on commit 9805e3d

Please sign in to comment.