Elegant dark theme combined with the classic monokai colors, to bring a black edition code editing experience. Enjoy :)
Paste the following command and press Enter
:
ext install blackai-visual-studio-code
If you want to change any color, you can use the setting workbench.colorCustomizations
to customize any current selected theme in your "settings.json" file:
"workbench.colorCustomizations":{
"tab.activeBackground": "#545454",
"activityBar.background": "#161616"
}