Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Material ColorNew to Visual Studio Code? Get it now.
Material Color

Material Color

guobing

|
41,340 installs
| (4) | Free
material syntax highlighting
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Material Color

syntax highlighting,file icon

html

Enjoy!

if you want to change the cursor style, you can add the following code to your settings.json file:

"editor.cursorWidth": 3,
"editor.cursorBlinking": "blink",

and also you can change the cursor color by adding the following code to your settings.json file:

"workbench.colorCustomizations": {
    "editorCursor.foreground": "#FF0000"
}

change the cursor color in terminal by adding the following code to your settings.json file:

"workbench.colorCustomizations": {
    "terminalCursor.foreground": "#FF0000"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft