Skip to content

Commit e9bd9cb

Browse files
authored
Update color scheme on package initialization.
Removes the delay in applying a color scheme on startup.
1 parent 4402e33 commit e9bd9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VisualStudio/Core/Def/Implementation/ColorSchemes/ColorSchemeApplier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void Initialize()
8080

8181
VSColorTheme.ThemeChanged += VSColorTheme_ThemeChanged;
8282

83-
QueueColorSchemeUpdate(themeChanged: true);
83+
UpdateColorScheme(themeChanged: true);
8484
}
8585
}
8686

0 commit comments

Comments
 (0)