vscode color themes code example

Example 1: How to change color VSCode

Install Material Theme by Mattia Astorino —>  use "Set Color Theme"

Example 2: color themes for visual studio

Keyboard Shortcut 
Ctrl+K Ctrl+T
For see all Keyboard Shortcuts => Ctrl+K Ctrl+S

Example 3: 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 */

Example 4: visual studio code add white theme

Selecting the Color Theme#
Open the Color Theme picker with File > Preferences > Color Theme. (Code > Preferences > Color Theme on macOS).
You can also use the keyboard shortcut Ctrl+K Ctrl+T to display the picker.
Use the cursor keys to preview the colors of the theme.
Select the theme you want and press Enter.

Tags:

Misc Example