One of the most popular theme on VS Code
Maybe the best theme on VS Code!
enjoy it!
-
improve C# support
-
improve PHP support
This document will tell you how to install and apply this theme on VS Code, and even how to design this theme by yourself! https://binaryify.github.io/OneDark-Pro/
If you want to play around with new colors, use the setting workbench.colorCustomizations to customize the currently selected theme. You can add this snippet in your "settings.json" file
"workbench.colorCustomizations":{
"tab.activeBackground": "#282c34",
"activityBar.background": "#282c34",
"editorGroup.background": "#282c34",
"sideBar.background": "#282c34"
}