Home >Development Tools >VSCode >vscode install theme plug-in

vscode install theme plug-in

王林
王林Original
2020-02-10 11:39:554365browse

vscode install theme plug-in

1. Select your own theme

File-> Preferences-> Color Theme-> Select to change

Shortcut key: ctrl k. ctrl t

vscode install theme plug-in

2. Install theme

extension (ctrl shift x) -> Search sheme -> Install theme

vscode install theme plug-in

3. Setting the theme

File-> Preferences-> Settings

"workbench.colorTheme": "Vue Theme",  // 字体主题
"workbench.iconTheme": "eq-material-theme-icons"  // icon主题

Recommended related tutorials: vscode tutorial

The above is the detailed content of vscode install theme plug-in. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn