Webfuse Theme
A sleek dark VSCode theme inspired by the official Webfuse brand, featuring a sophisticated dark color palette with vibrant cyan accents that match the Webfuse design language.
Features
- Dark theme optimized for long coding sessions
- Cyan accent colors inspired by the Webfuse brand
- High contrast for excellent readability
- Consistent styling across all UI elements
- Syntax highlighting optimized for multiple languages
Color Palette
- Background: Deep charcoal (#1a1a1a)
- Primary Accent: Vibrant cyan (#00bcd4)
- Text: Clean white and gray tones
- Secondary Elements: Carefully balanced grays
Installation
From VSCode Marketplace (Coming Soon)
- Open VSCode
- Go to Extensions (Ctrl+Shift+X)
- Search for "Webfuse Theme"
- Click Install
- Go to File > Preferences > Color Theme
- Select "Webfuse Dark"
Manual Installation
- Download or clone this repository
- Copy the folder to your VSCode extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions\
- macOS:
~/.vscode/extensions/
- Linux:
~/.vscode/extensions/
- Restart VSCode
- Go to File > Preferences > Color Theme
- Select "Webfuse Dark"
Screenshots
The theme provides excellent syntax highlighting for:
- JavaScript/TypeScript
- Python
- HTML/CSS
- JSON
- Markdown
- And many more languages
Recommended Settings
For the best experience, consider these VSCode settings:
{
"editor.fontFamily": "'Fira Code', 'Consolas', 'Monaco', 'monospace'",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 1.5,
"editor.cursorBlinking": "smooth",
"workbench.iconTheme": "material-icon-theme"
}
Contributing
Issues and feature requests are welcome! Please feel free to submit a pull request or open an issue.
License
MIT License - see LICENSE file for details.
About
Created by Tony Pushmore for the Webfuse platform.
Enjoy coding with the Webfuse Theme! 🚀