Advertisement
Guest User

Eversins Change VS style in High Contrast

a guest
Nov 1st, 2016
6,204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Eversins Visual Studio High contrast fix http://eversins.deviantart.com/.
  2.  
  3.  
  4. Open regedit, go to "HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0_Config\Themes"
  5.  
  6. Click through the key names until you see "name = @ThemeName_Dark" and export the whole key (folder). Copy the key name i.e "{a5c004b4-2d4b-494e-bf01-45fc492522c7}"
  7.  
  8. Now look through the folders once again until you find the "name = @ThemeName_HighContrast", only copy the key name i.e "{1ded0138-47ce-435e-84ef-9ec1f439b749}".
  9.  
  10. Open the previous exported *.reg file and find&replace all "{a5c004b4-2d4b-494e-bf01-45fc492522c7}" to "{1ded0138-47ce-435e-84ef-9ec1f439b749}".
  11.  
  12. Save the file, run it once and open VS, the theme should be back to normal and syntax highlighting will works as usual.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement