Skip to content

Commit

Permalink
Set default theme to vs2015 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed Dec 12, 2022
1 parent e371846 commit ec33147
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions br.com.barros.DevWidgets.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0.1" date="2022-12-12" />
<release version="1.0.0" date="2022-11-14" />
</releases>
</component>
3 changes: 2 additions & 1 deletion lib/src/impl/settings/settings_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Settings loadSettingsFromBox() {
highContrast: _settingsBox.get("highContrast", defaultValue: false),
textEditorFontSize:
_settingsBox.get("textEditorFontSize", defaultValue: 18.0),
textEditorTheme: _settingsBox.get("textEditorTheme", defaultValue: "vs"),
textEditorTheme:
_settingsBox.get("textEditorTheme", defaultValue: "vs2015"),
textEditorWrap: _settingsBox.get("textEditorWrap", defaultValue: false),
favorites: _settingsBox.get("favorites", defaultValue: <String>[]),
themeMode:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dev_widgets
version: 1.0.0+1
version: 1.0.1'+1
publish_to: none
description: Cross-platform utilities for developers.
environment:
Expand Down

0 comments on commit ec33147

Please sign in to comment.