Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>D2T Colorful ThemeNew to Visual Studio Code? Get it now.

D2T Colorful Theme

dthanhtoan

|
110 installs
| (1) | Free
🌈 D2T Colorful theme for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Screenshot

D2T Dark Theme Screenshot for HTML CSS JS

More examples

HTML

D2T Dark Theme Screenshot for HTML CSS JS

CSS

D2T Dark Theme Screenshot for HTML CSS JS

Javascript

D2T Dark Theme Screenshot for HTML CSS JS

Recommended setup

Setting

  • Iosevka font

  • with the settings (you can paste these in your settings.json):

    {
      "workbench.colorTheme": "D2T Colorful High Contrast",
      "workbench.editor.wrapTabs": true,
      "editor.stickyScroll.enabled": true,
      "editor.cursorSmoothCaretAnimation": true,
      "editor.fontSize": 16,
      "editor.lineHeight": 35,
      "editor.letterSpacing": 0.5,
    }
    

    Custom CSS and JS Loader

  1. Inistall Custom CSS and JS Loader

  2. Add to settings.json:

    {
    "vscode_custom_css.imports": [
        "file:///C:/Users/{username}/Documents/customColor.css"]
    }
    
  3. Restart Visual Studio Code with proper permission to modify itself:

    1. Ctrl + Shift + P
    2. Enable Custom CSS and JS
  4. Activate command "Reload Custom CSS and JS".

  5. Restart.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft