Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>JD's AbyssNew to Visual Studio Code? Get it now.
JD's Abyss

JD's Abyss

Jean-Denis Boivin

|
46 installs
| (0) | Free
A dark theme inspired by Gerry's Abyss theme from JetBrains IDEs. Features deep blues and purples with orange accents for a comfortable coding experience.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JD's Abyss Theme

Visual Studio Marketplace Open VSX Registry

A dark theme for Visual Studio Code inspired by Gerry's Abyss theme from JetBrains IDEs. This theme features deep blues and purples with orange accents, creating a comfortable and visually appealing coding environment.

Install from: VS Code Marketplace | Open VSX Registry

Theme Screenshot

Features

  • Dark color palette with primary background #0c1018 for reduced eye strain
  • Purple and blue accents for syntax highlighting
  • Orange highlights for important elements
  • Carefully crafted colors for optimal readability
  • Complete UI theming including editor, sidebar, and terminal

Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "JD's Abyss"
  4. Click Install
  5. Go to File > Preferences > Color Theme
  6. Select "JD's Abyss"

Manual Installation

  1. Download the latest .vsix file from Releases
  2. Open VS Code
  3. Run Extensions: Install from VSIX... from the Command Palette (Ctrl+Shift+P)
  4. Select the downloaded .vsix file
  5. Go to File > Preferences > Color Theme
  6. Select "JD's Abyss"

Development

Local Testing

# Clone the repository
git clone https://github.com/starburst997/jd-abyss.git
cd jd-abyss

# Install dependencies
npm install

# Package the extension
npm run package

# Install locally for testing
code --install-extension jd-abyss-2025.1.0.vsix

Publishing

# Login to Visual Studio Marketplace
vsce login <publisher-name>

# Publish new version
npm run publish

Color Palette

  • Background: #0c1018 - Deep dark blue
  • Foreground: #d0d0d9 - Light gray
  • Accent: #55a5ff - Bright blue
  • Highlight: #9b5528 - Orange
  • Selection: #173d59 - Dark blue

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Credits

Inspired by Gerry's Abyss theme from JetBrains IDEs.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any issues or have suggestions, please open an issue on GitHub.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft