Skip to content

Instantly share code, notes, and snippets.

@Damperen
Created February 15, 2022 08:07
Show Gist options
  • Save Damperen/5a2596107a1130f27ceff599024ae415 to your computer and use it in GitHub Desktop.
Save Damperen/5a2596107a1130f27ceff599024ae415 to your computer and use it in GitHub Desktop.
Enable the option Dark mode in SSMS
$path = 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\ssms.pkgundef'
$theme = '[$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]'
(Get-Content $path).replace($theme, "// $theme") | Out-File $path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment