Skip to content

Commit

Permalink
bug: Fix wrong default theme settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Feb 3, 2023
1 parent 8bf1739 commit ad20d83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const DEFAULT_SETTINGS: DigitalGardenSettings = {
githubUserName: '',
gardenBaseUrl: '',
prHistory: [],
theme: "dark",
baseTheme: '{"name": "default", "modes": ["dark"]}',
baseTheme: "dark",
theme: '{"name": "default", "modes": ["dark"]}',
faviconPath: '',
showRibbonIcon: true,
noteSettingsIsInitialized: false,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "digitalgarden",
"name": "Digital Garden",
"version": "2.35.4",
"version": "2.35.5",
"minAppVersion": "0.12.0",
"description": "Publish your notes to the web for others to enjoy. For free.",
"author": "Ole Eskild Steensen",
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2.35.5": "0.12.0",
"2.35.4": "0.12.0",
"2.35.3": "0.12.0",
"2.35.2": "0.12.0",
Expand Down

0 comments on commit ad20d83

Please sign in to comment.