This commit is contained in:
Keting Yang 2021-08-11 14:37:43 -04:00
Родитель 530781e9e9
Коммит 88252162cf
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -149,7 +149,7 @@
throw new ApplicationException("Fatal error running devenv.exe /updateconfiguration");
// Launch Visual Studio to the themes page.
Process.Start(vsPath, @"C:\Work\VSThemeConversion\VSCodeThemeImporter\VSCodeThemeImporter\Program.cs");
Process.Start(vsPath);
}
private static string GetVsInstallPath()

Просмотреть файл

@ -786,6 +786,7 @@
"TeamExplorer&CallToActionButtonMouseOver&Foreground",
"TeamExplorer&CallToActionButtonPressed&Foreground",
"ThemedDialog&CloseWindowButtonHover&Foreground",
"ThemedDialog&WindowButtonGlyph&Background",
"ThemedDialog&WindowButtonHoverGlyph&Background",
"NotificationBubble&NotificationBubbleWindowButtonHoverGlyph&Background",
"UserNotifications&BadgeButtonCountActive&Foreground",
@ -1319,6 +1320,7 @@
"TeamExplorer&CallToActionButtonMouseOver&Background",
"TeamExplorer&CallToActionButtonMouseOverBorder&Background",
"ThemedDialog&WindowButtonHover&Background",
"ThemedDialog&CloseWindowButtonHover&Background",
"ThemedDialog&WindowButtonHoverBorder&Background",
"UserNotifications&BadgeButtonCountMouseOverActive&Background",
"UserNotifications&BadgeButtonCountMouseOverInactive&Background",
@ -2442,9 +2444,7 @@
"NewProjectDialog&ContentInactiveSelected&Background",
"ThemedDialog&SelectedItemInactive&Background",
"TreeView&SelectedItemInactive&Background",
"Environment&ButtonFace&Background",
"NewProjectDialog&WonderbarTreeInactiveSelected&Foreground" //
"Environment&ButtonFace&Background"
]
},
{