a simple VS Code theme customization settings.
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ffdd000e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#def6ff47",
"activityBarBadge.background": "#fdb345",
"commandCenter.border": "#dfecff47",
"sash.hoverBorder": "#1f6fd0",
"statusBarItem.hoverBackground": "#b9d8ff36",
"statusBarItem.remoteBackground": "#3c6ace8e",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeForeground": "#d6e1ff8e",
}
}
First, open Visual Studio Code and create a folder named .vscode
.
To create the folder:
-
Open Visual Studio Code.
-
Create a New Workspace or open an existing folder.
-
Open the Integrated Terminal by selecting
View > Terminal
or pressingCtrl + `
. -
Create the
.vscode
Folder using the following command:mkdir .vscode
Inside
.vscode
Folder create a new Filesettings.json
-
Then last Copy The
json
code and paste insidesettings.json
file & save it . -
Theme recomanded - Best Themes - Ayu darkvenom