Screenshots
Installation
VS Code Marketplace
- Open Extensions (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Blackamp"
- Click Install
- Select "Blackamp Dark" from the theme dropdown
Manual Installation
# Clone the repository
git clone https://github.com/kevinjterry/blackamp-theme.git
# Copy to VS Code extensions folder
# Windows: %USERPROFILE%\.vscode\extensions
# macOS: ~/.vscode/extensions
# Linux: ~/.vscode/extensions
Quick Setup
// settings.json
{
"workbench.colorTheme": "Blackamp Dark",
"editor.semanticHighlighting.enabled": true,
"editor.fontFamily": "Fira Code, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 1.5
}
Configuration
Recommended Settings
{
"editor.semanticHighlighting.enabled": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.fontLigatures": true,
"workbench.tree.indent": 16,
"terminal.integrated.fontFamily": "Fira Code"
}
Recommended Font
Primary: Fira Code with ligatures
Contributing
We welcome contributions!
License
MIT License - see LICENSE for details.
Inspiration
Built from the base of Safira, a long-running favorite theme of mine.