About 254 results
Open links in new tab
  1. Themes - Visual Studio Code

    Color themes enable you to modify the colors in the Visual Studio Code user interface to match your preferences and work environment. A Color Theme affects both the VS Code user …

  2. Color Theme | Visual Studio Code Extension API

    Syntax colors and styles used for source code in the editor. The theming of these colors is different as syntax colorization is based on TextMate grammars and TextMate themes as well …

  3. Theme Color | Visual Studio Code Extension API

    You can customize your active Visual Studio Code color theme with the workbench.colorCustomizations user setting. { "workbench.colorCustomizations" : { …

  4. Fresh Paint - Give VS Code a New Look - Visual Studio Code

    Jun 20, 2017 · Visual Studio Code supports a lot of customizations, in particular the look of your environment. In this blog, we're going to look at Color Themes , File Icon Themes , and other …

  5. Personalize VS Code - Visual Studio Code

    VS Code supports both light and dark color themes to suit different lighting environments and personal preferences. To change the color theme in VS Code: Open the Command Palette ( …

  6. Theming | Visual Studio Code Extension API

    In Visual Studio Code, there are three types of themes: Color Theme : A mapping from both UI Component Identifier and Text Token Identifier to colors. Color theme allows you to apply your …

  7. Syntax Highlight Guide | Visual Studio Code Extension API

    Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords like if or for in JavaScript differently than …

  8. Contribution Points | Visual Studio Code Extension API

    Contribute a color theme to VS Code, defining workbench colors and styles for syntax tokens in the editor. You must specify a label, whether the theme is a dark theme or a light theme (such …

  9. Enhanced colorization - Visual Studio Code

    The Visual Studio Code C/C++ extension now supports semantic colorization, when IntelliSense is enabled. Use of enhanced colorization is controlled by the C_Cpp.enhancedColorization …

  10. Personalize Visual Studio Code

    Themes - Change your Color Theme to customize VS Code's background text and language syntax colorization.