A dark pink theme for your Visual Studio Code. Isn't the look of material dark gets boring now?
P.S: Some languages might not look good as expected or just unoptimized.
To get rid of the title bar frame on MacOS ...

Install both Monkey Patch & Customize UI extensions made by iocave and add this to your settings.json
{
...
"window.titleBarStyle": "native",
"customizeUI.titleBar": "inline",
...
}

