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

DeepType Theme

Eythan David

|
246 installs
| (1) | Free
Theme for vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DeepType-Theme

Its my custom theme for vscode inspired in the sea, sunsets, rivers, and forests.

Officially Language Support:

  • javascript
  • typescript
  • powershell
  • bash
  • html
  • css
  • jsx/tsx
  • json
  • xml
  • yml | yaml

Development

Testing the Extension Locally

Press F5 in VSCode to open a new window with the extension loaded for testing.

Building and Publishing

Prerequisites

Install the VSCode Extension Manager CLI:

npm install -g @vscode/vsce

Package the Extension

Create a .vsix file for local installation or distribution:

vsce package

This generates deep-type-theme-{version}.vsix that can be installed manually in VSCode.

Publish to VSCode Marketplace

  1. Create a Personal Access Token (PAT)

    • Go to https://dev.azure.com/
    • Create a new organization if needed
    • Go to User Settings → Personal Access Tokens
    • Create a token with Marketplace (Manage) scope
  2. Login to vsce

    vsce login {publisher-name}
    

    Enter your PAT when prompted.

  3. Publish the extension

    vsce publish
    

    Or publish with a specific version bump:

    vsce publish patch  # 1.2.1 → 1.2.2
    vsce publish minor  # 1.2.1 → 1.3.0
    vsce publish major  # 1.2.1 → 2.0.0
    
  4. Verify Publication

    • Visit https://marketplace.visualstudio.com/manage/publishers/{publisher-name}
    • Check your extension at https://marketplace.visualstudio.com/items?itemName=eythaann.deep-type-theme
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft