Skip to content

Commit f070c3a

Browse files
committed
Icon theme's highContrast associations not working. Fixes microsoft#14243
1 parent cb37395 commit f070c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/themes/electron-browser/themeService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ function _processIconThemeDocument(id: string, iconThemeDocumentPath: string, ic
534534
}
535535
collectSelectors(iconThemeDocument);
536536
collectSelectors(iconThemeDocument.light, '.vs');
537-
collectSelectors(iconThemeDocument.highContrast, '.hc_black');
537+
collectSelectors(iconThemeDocument.highContrast, '.hc-black');
538538

539539
let cssRules: string[] = [];
540540

0 commit comments

Comments
 (0)