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

Archie Dark Custom Theme

Sahil_Kumar_115

|
30 installs
| (0) | Free
A beautiful dark theme based on neovim with custom modifications
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Archie Dark Custom Theme

A beautiful dark theme for Visual Studio Code based on the popular Archie theme with custom modifications.

Features

  • Dark theme optimized for coding
  • Carefully selected colors for better readability
  • Support for various programming languages
  • Consistent syntax highlighting

Installation

From VS Code Marketplace

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

Manual Installation

  1. Download the latest release
  2. Extract to your VS Code extensions folder:
    • Windows: %USERPROFILE%\.vscode\extensions
    • macOS: ~/.vscode/extensions
    • Linux: ~/.vscode/extensions
  3. Restart VS Code
  4. Select the theme from File > Preferences > Color Theme

Screenshots

Theme Preview

Development

To work on this theme:

# Clone the repository
git clone https://github.com/Sahiljangra115/Archie-dark-custom-theme.git

# Navigate to the directory
cd Archie-dark-custom-theme

# Install dependencies
npm install

# Package the extension
vsce package

Publishing

To publish updates:

# Login to Visual Studio Marketplace
vsce login your-publisher-name

# Publish new version
vsce publish

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

License

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

Acknowledgments

  • Based on the original Archie theme
  • Inspired by the VS Code community themes
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft