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

    Changing the color theme in Visual Studio Code. You can use color themes provided by VS Code, the community or create your own new themes.

  2. Enhanced colorization - Visual Studio Code

    We've created a set of VS Code themes that closely resemble the default Light and Dark themes in Visual Studio, and include colors for semantic tokens. These themes can be found here.

  3. Terminal Appearance - Visual Studio Code

    While the terminal is capable of displaying true color, programs commonly use 8 ANSI colors (black, red, green, yellow, blue, magenta, cyan and white) and bright variants of each.

  4. Theme Color | Visual Studio Code Extension API

    These colors are defined by the Color Theme but can also be customized with the editor.tokenColorCustomizations setting. See Customizing a Color Theme for details on …

  5. Color Theme | Visual Studio Code Extension API

    Use the vsce publishing tool to package your theme and publish it to the VS Code Marketplace. Tip: To make it easy for users to find your theme, include the word "theme" in the extension …

  6. Personalize Visual Studio Code

    Personalize Visual Studio Code In this Visual Studio Code tutorial, we show you how to personalize Visual Studio Code with themes.

  7. Accessibility - Visual Studio Code

    VS Code supports a High Contrast color theme on all platforms. Use File > Preferences > Theme > Color Theme (⌘K ⌘T (Windows, Linux Ctrl+K Ctrl+T)) to display the Select Color Theme …

  8. File and Folder Icons in VS Code! - Visual Studio Code

    Sep 8, 2016 · Simply choose the Seti (Visual Studio Code) icon theme in the File Icon Theme selection dialog. Note: You can arrow up and down through the File Icon Theme list and see a …

  9. 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 …

  10. Theming | Visual Studio Code Extension API

    Color Theme: A mapping from both UI Component Identifier and Text Token Identifier to colors. Color theme allows you to apply your favorite colors to both VS Code UI Components and the …