Answers for "sidebar icons and background vscode color"

0

sidebar icons and background vscode color

"workbench.colorCustomizations": {
    "activityBar.background": "#aae70e",
    "titleBar.activeBackground": "#8ee95d",// background color
    "titleBar.activeForeground": "#FCFAFF",
    "statusBar.background": "#cf3535",// footer color 
    "statusBar.noFolderBackground": "#0d02dd",
    "statusBar.debuggingBackground": "#5cc7fd",
    "activityBar.inactiveForeground": "#524747" //icons
  }, // open .vscode folder in the rootand pase above code in settings.json
Posted by: Guest on April-27-2022

Code answers related to "sidebar icons and background vscode color"

Browse Popular Code Answers by Language