Home > Article > Development Tools > How to install themes in vscode
Install the theme:
Click on the extension (or use the shortcut key: ctrl shift x) to open the search bar and enter the theme name to search (such as: sheme)
Set the theme
File-> Preferences-> Settings
"workbench.colorTheme": "Vue Theme", // 字体主题 "workbench.iconTheme": "eq-material-theme-icons" // icon主题
Recommended learning: vscode tutorial
The above is the detailed content of How to install themes in vscode. For more information, please follow other related articles on the PHP Chinese website!