Answers for "change vs code title bar theme color"

0

change vs code title bar theme color

"workbench.colorCustomizations": {
        "titleBar.activeBackground": "#ffffff",
        "titleBar.activeForeground": "#000000",
    }
    
    
    /*add this code in setting -> workbench -> edit json -> add above code */
Posted by: Guest on October-20-2020

Code answers related to "change vs code title bar theme color"

Browse Popular Code Answers by Language