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.
I did my best to make them look alike ;)
You can directly download the theme here
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
You can directly download the theme here
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
- The variable (color beige) take the class color (green) when using an accessor (".") :( Bug reported to Microsoft.