Skip to content

Commit

Permalink
fix: default auto-dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Oct 21, 2022
1 parent f71e6fe commit 1addaf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web/src/javascripts/Constants/PrefDefaults.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { PrefKey, CollectionSort, NewNoteTitleFormat, EditorLineHeight, EditorFontSize } from '@standardnotes/models'
import { FeatureIdentifier } from '@standardnotes/snjs'

export const PrefDefaults = {
[PrefKey.TagsPanelWidth]: 220,
Expand All @@ -22,7 +23,7 @@ export const PrefDefaults = {
[PrefKey.NotesHideEditorIcon]: false,
[PrefKey.UseSystemColorScheme]: false,
[PrefKey.AutoLightThemeIdentifier]: 'Default',
[PrefKey.AutoDarkThemeIdentifier]: 'Dark',
[PrefKey.AutoDarkThemeIdentifier]: FeatureIdentifier.DarkTheme,
[PrefKey.NoteAddToParentFolders]: true,
[PrefKey.NewNoteTitleFormat]: NewNoteTitleFormat.CurrentDateAndTime,
[PrefKey.CustomNoteTitleFormat]: 'YYYY-MM-DD [at] hh:mm A',
Expand Down

0 comments on commit 1addaf4

Please sign in to comment.