Ctrl+Shift+X
or click in Extenions
tab in the dock left of VSCode IDE. Find and install these extension: Dracula, Material Icon Theme, Indent-rainbow
Dracula is a dark theme for many editors, shells
Material Icon Theme change beautiful files icon and folders icon
Indent-rainbow colorizes the indentation in front of your text
On your workir, make a folder name .vscode
and create a file settings.json
in this folder, with content:
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"editorCursor.foreground": "#ffff00",
"terminalCursor.foreground": "#ffff00"
},
"editor.cursorBlinking": "expand",
"editor.fontSize": 14,
"editor.lineHeight": 18,
"editor.fontFamily": "Operator Mono Lig, monospace",
"editor.fontLigatures": true,
"editor.letterSpacing": 0.2,
"indentRainbow.colors": [
"rgba(247, 37, 133, 0.05)",
"rgba(114, 9, 183, 0.09)",
"rgba( 58, 12, 163, 0.10)",
"rgba( 67, 97, 238, 0.10)",
"rgba( 76, 201, 240, 0.10)"
]
}
HaydenLiu - December 5, 2022
quangnn - June 21, 2024
Alibaba Clouder - November 10, 2020
Alibaba Clouder - February 11, 2021
chvin - July 13, 2021
Alibaba Clouder - December 11, 2018
Accelerate software development and delivery by integrating DevOps with the cloud
Learn MoreAn enterprise-level continuous delivery tool.
Learn MoreMore Posts by quangnn