R Dark Pro is a color scheme, customized user interface theme and complete icon set for Visual Studio Code. It has been designed by the Rezky P. Budihartono.
To apply theme, it's so simple. Just open your command palette and type "settings.json". Then you can add the theme like so
{
"workbench.colorTheme": "R Dark Pro (Filter Nightfall)",
// ...
}
I also opened the repo on github, so for those of you who want to make the theme more robust, or add support for other languages, you can directly make a pull request.