I've followed this guide to enable dark theme in VS2017 with the high contrast Windows theme: How do I use visual studio 2012 dark theme with windows 8 high contrast theme?
Works great.
Now I'm trying with SQL Mangement Studio 2017.
I have enabled the Dark Theme in C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\ssms.pkgundef
But it looks like it's being overruled by the High Contrast theme from Windows: https://i.stack.imgur.com/KBGE2.png
I've been digging around in RegEdit and found the themes of Sql Studio in:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\SQL Server Management Studio\14.0_Config\Themes
https://i.stack.imgur.com/51MhW.png
There are 4 themes.
a5c004b4-2d4b-494e-bf01-45fc492522c7 is the High Contrast theme, and its is locked
I've tried the following without luck:
- Delete a5c004b4-2d4b-494e-bf01-45fc492522c7 -> it just gets created again when sql mangement studio starts
Replace its the contents of a5c004b4-2d4b-494e-bf01-45fc492522c7 with the dark theme: 1ded0138-47ce-435e-84ef-9ec1f439b749 -> it just gets overwritten once the program starts
Disable it just like the Dark Theme was in ssms.pkgundef -> sql studio cannot start
It looks like the theme is being inject on program start, so maybe there's a way to disable that?
any suggestions :P?