Visual studio color theme gallery

I spend a significant amount of my time working within IDE windows (especially intellij and visual studio) so why not make the windows prettier to look at? Microsoft released a wonderful color theme editor extension for visual studio but the number of themes available is limited and I couldnt find any galleries for sharing themes online. The good news is that themes can be imported and exported. I have set up a git repo containing a collection of vstheme files you can download and share. Check it out! Help me add more themes to the repo!
DarkGreen.pngDarkPurple.png
DarkBlue.pngSuperDark.png

 
157
Kudos
 
157
Kudos

Now read this

Large git branch merges using beyondcompare

when I have two very active git branches that are out of date and i type: git merge theotherbranch I prepare myself for a bad day at the office because git merge strategies are pretty naive and if any file was touched in both branches it... Continue →