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
Open VS Code
Go to Extensions (Ctrl+Shift+X)
Search for "Archie Dark Custom Theme"
Click Install
Go to File > Preferences > Color Theme
Select "Archie Dark Custom"
Manual Installation
Download the latest release
Extract to your VS Code extensions folder:
Windows: %USERPROFILE%\.vscode\extensions
macOS: ~/.vscode/extensions
Linux: ~/.vscode/extensions
Restart VS Code
Select the theme from File > Preferences > Color Theme
Screenshots
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
Fork the repository
Create your feature branch (git checkout -b feature/amazing-feature)
Commit your changes (git commit -m 'Add some amazing feature')
Push to the branch (git push origin feature/amazing-feature)
Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.