Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 12, 2023
1 parent b1ac5e1 commit d5f297a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/OneWare.Core/Services/LanguageManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ public IRawTheme CurrentEditorTheme

public LanguageManager(ISettingsService settingsService)
{
var darkTheme = settingsService.GetSettingObservable<ThemeName>("Editor_SyntaxTheme_Dark");
var lightTheme = settingsService.GetSettingObservable<ThemeName>("Editor_SyntaxTheme_Light");

CurrentEditorTheme = _textMateRegistryOptions.GetDefaultTheme();
_currentEditorTheme = _textMateRegistryOptions.GetDefaultTheme();

IDisposable? sub = null;
var generalTheme = settingsService.GetSettingObservable<string>("General_SelectedTheme")
Expand Down

0 comments on commit d5f297a

Please sign in to comment.