Awesome
README
Enjoy Visual Gruvbox (Medium Dark) !
I made this theme because I didn't find one who satisfy me.
It's inspired by the Visual Studio dark theme and Gruvbox.
I just made little changes on the VS theme.
Supported IDE
I did my best to make them look alike ;)
Visual Studio Code (main)
You can directly download the theme here
Visual Studio for Mac
This theme is compatible with the new Visual Studio for Mac.
- You just have to import "
Visual Gruvbox Medium Dark.tmTheme
" (Look at this documentation to "export" the theme from this extension) . - Or you can directly download the theme here
Visual Studio Windows
You can directly download the theme here
Intellij
You can directly download the theme here or here
This theme is primarily for C#, HTML, CSS, XML, JSON.
I try to follow the VS dark theme logic with the Gruvbox colors :
- Keyword, Primitive : blue
- Class : green
- Method : yellow
- String : aqua
- Numeric : purple
- Field, Variable, other text : beige
Known issue
- The variable (color beige) take the class color (green) when using an accessor (".") :( Bug reported to Microsoft.