Skip to content

vsCode 语法高亮主题

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

codeime/Material-Color

Repository files navigation

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"
}

About

vsCode 语法高亮主题

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published