Отличается от: Как применить тему к SQL Server Management Studio 2008?
Я хочу изменить тему, а не цветовую схему редактора.
Я хочу, чтобы он выглядел как можно ближе к Dark в 2015 году.
Отличается от: Как применить тему к SQL Server Management Studio 2008?
Я хочу изменить тему, а не цветовую схему редактора.
Я хочу, чтобы он выглядел как можно ближе к Dark в 2015 году.
C:\Users\xxxxx\AppData\Local\Microsoft\VisualStudio\xx.x\Extensions\
.. для меня, это было \shvn3avp.com
для текущей версии плагина.C:\Program Files (x86)\Microsoft SQL Server\xxx\Tools\Binn\ManagementStudio\Extensions\VSTheme
Заменить extension.vsixmanifest
содержимое на:
<?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="46b3817c-b0c3-42d1-8cea-d373f781b21e">
<Name>Visual Studio Color Theme Editor</Name>
<Author>Microsoft</Author>
<Version>1.3</Version>
<Description xml:space="preserve">Allows users to customize the color palette used for menus, toolbars, tabs, title bars, and other environment colors.</Description>
<Locale>1033</Locale>
<Icon>ThemeManagerIcon.png</Icon>
<PreviewImage>ThemeManagerPreview.png</PreviewImage>
<InstalledByMsi>true</InstalledByMsi>
<SupportedProducts>
<IsolatedShell Version="1.0">ssms</IsolatedShell>
<VisualStudio Version="10.0">
<Edition>Ultimate</Edition>
<Edition>Premium</Edition>
<Edition>Pro</Edition>
<Edition>IntegratedShell</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="3.0" MaxVersion="6.0" />
<SystemComponent>true</SystemComponent>
</Identifier>
<References />
<Content>
<VsPackage>ThemeManagerPackage.pkgdef</VsPackage>
</Content>
Импортируйте этот параметр: http://studiostyl.es/schemes/vs2012-dark-theme-for-vs2010
В диалоговом окне «Настройка цвета», которое открывается в меню «Тема», предоставляемом расширением, импортируйте его тему.
Результат:
Вместо этого установите расширение на VS2015. Выполните вышеуказанные шаги.
Папка на моем компьютере была C:\Users\xxxxxx\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\owbugenu.gif
XML это:
<!-- language: lang-xml -->
<?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="B8CED2B3-FF48-4204-88E9-036CA39B83C8">
<Name>Visual Studio 2015 Color Theme Editor</Name>
<Author>Microsoft</Author>
<Version>2.0</Version>
<Description xml:space="preserve">Allows users to create and edit Visual Studio themes. Themes can customize colors used for menus, toolbars, tabs, titlebars, the text editor, and other environment colors.</Description>
<Locale>1033</Locale>
<InstalledByMsi>true</InstalledByMsi>
<SupportedProducts>
<IsolatedShell Version="1.0">ssms</IsolatedShell>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
<SystemComponent>true</SystemComponent>
</Identifier>
<References />
<Content>
<VsPackage>ColorThemeEditor.pkgdef</VsPackage>
<VsPackage>Colors\Red.pkgdef</VsPackage>
<VsPackage>Colors\Purple.pkgdef</VsPackage>
<VsPackage>Colors\Green.pkgdef</VsPackage>
<VsPackage>Colors\Tan.pkgdef</VsPackage>
<VsPackage>Colors\DarkWithLightEditor.pkgdef</VsPackage>
<VsPackage>Colors\LightWithDarkEditor.pkgdef</VsPackage>
<VsPackage>Colors\SolarizedDark.pkgdef</VsPackage>
<VsPackage>Colors\SolarizedLight.pkgdef</VsPackage>
<MefComponent>ColorThemeEditor.dll</MefComponent>
<VsPackage>Colors\ThemeNames.pkgdef</VsPackage>
<VsPackage>PkgDefAssemblyCodeBase.pkgdef</VsPackage>
</Content>
</Vsix>
В последней версии SSMS v17.0 (или 2016) вы можете преждевременно включить темную тему (очевидно, в процессе разработки?), Отредактировав файл «C: \ Program Files (x86) \ Microsoft SQL Server \ 140 \ Tools \ Binn \ ManagementStudio». \ ssms.pkgundef " (от имени администратора) и закомментирование строк после комментария" Удалить темную тему "(примерно строка 241) после завершения должно выглядеть примерно так:
// Remove Dark theme // [$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}] // [$RootKey$\AD7Metrics\PortSupplier\{4103F338-2255-40C0-ACF5-7380E2BEA13D}] // [$RootKey$\External Tools\Error Loo&kup] // [$RootKey$\LightSwitch] // [$RootKey$\Debugger\LaunchHooks110] // [$RootKey$\DiagnosticsHub] // [$RootKey$\FeatureFlags] // [$RootKey$\VB Editor] // [$RootKey$\Languages\CodeExpansions\C/C++] // [$RootKey$\Languages\CodeExpansions\JavaScript] // [$RootKey$\Text Editor\C/C++] // [$RootKey$\Text Editor\CSharp] // [$RootKey$\Text Editor\Disassembly] // [$RootKey$\Text Editor\ENC] // [$RootKey$\Text Editor\JavaScript] // [$RootKey$\Text Editor\Memory] // [$RootKey$\Text Editor\Register] // [$RootKey$\Text Editor\ResJSON] // [$RootKey$\Text Editor\TypeScript] // [$RootKey$\Text Editor\VBScript]
Вот моя тема:
http://stingraedatabase.blogspot.com/2017/04/dark-theme-for-ssms.html
Я играл с несколькими, и я считаю, что это самое приятное на моих глазах ночью.
источник
Или ... Просто импортируйте этот файл .vssettings.
Доступна загрузка, но по какой-то причине она загружается в формате .doc. Вы можете импортировать его после удаления расширения .doc.
https://mikesdatawork.wordpress.com/2017/07/07/dark-ssms-theme-ssms-2017/
источник
В SSMS 2016 он теперь работает в интегрированной оболочке Visual Studio 2015, и вы можете сделать то же самое в расширении Visual Studio 2015 для ColorTheme, не изменяя ничего в файле vsixmanifest.
Недостатком является то, что всплывающая ошибка указывает на то, что расширение не удалось загрузить. просто нажмите «Нет», что означает, что SSMS больше не будет отображать ошибку.
Сначала ColorTheme не будет загружаться правильно, но после перезапуска SSMS он загрузится. РЕДАКТИРОВАТЬ: я думаю, после перезапуска SSMS снова появится ошибка agian.
источник