Visual Studio Code Setting、Customizing a Color Theme、Change the Peek View Colors
1. The VS code provides two different socpes for setting
- User Settings : Setting that apply globally to any instance of VS code you open.
- Workspace Settings : Setting store inside your workspace and only apply when your worksapce is open.
2. To open your user and workspace setting, use the following VS code menu command
- On Windows/Linux - File > Preferences > Settings
- On macOS - Code > Preferences > Settings
3. Customizing a Color Theme
- You can customize your active color theme with the
workbench.colorCustomizations
andeditor.tokenColorCustomizations
user settings.
4. To change the Peek View Colors, Peek View are used to show the reference and declarations as a view inside the editor
peekViewEditor.matchHighlightBackground
: Match highlight color in the peek view editor.