Closed backwardspy closed 4 months ago
users can set their active color theme either with workbench.colorTheme or with window.autoDetectColorScheme.
workbench.colorTheme
window.autoDetectColorScheme
in the latter case, four other settings control the theme that is enabled.
this commit updates the syncToIconPack function to take autoDetectColorScheme into account and correctly sync the icon theme when it's enabled.
syncToIconPack
autoDetectColorScheme
fixes #398 (or rather a secondary issue that was raised there)
users can set their active color theme either with
workbench.colorTheme
or withwindow.autoDetectColorScheme
.in the latter case, four other settings control the theme that is enabled.
this commit updates the
syncToIconPack
function to takeautoDetectColorScheme
into account and correctly sync the icon theme when it's enabled.fixes #398 (or rather a secondary issue that was raised there)