DEV Community

Farhana Binte Hasan
Farhana Binte Hasan

Posted on • Updated on

How to choose your favorite color in VS Code Terminal๐Ÿ˜Ž

  • First One ๐Ÿ‘‰

Image description

the second one is ๐Ÿ‘‰

Image description

  • The third one is ๐Ÿ‘‰

Image description

  • The fourth one is ๐Ÿ‘‰

Image description

Then open the settings.json and apply this code ๐Ÿ‘‰๐Ÿ‘‰

{
"terminal.integrated.fontSize": 24,
"editor.fontSize": 20,
"editor.wordWrap": "on",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"terminal.foreground": "#ee00ff",
"terminalCursor.foreground": "#ff9100"
},
}

Boooooom....
So, you will find the difference.....

Top comments (0)