Cyberdeck 2025 🌃
A neo-retro-futuristic neural interface for the modern code cowboy.

Cyberdeck 2025 is a cyberpunk-inspired dark theme for Visual Studio Code featuring deep purple backgrounds, vibrant neon accents, and comprehensive syntax highlighting. Designed for developers who want an immersive, high-contrast coding experience with modern semantic highlighting support.
✨ Features
🎨 Cyberpunk Aesthetic
- Deep purple-black backgrounds (
#130d1a
) for reduced eye strain
- Vibrant neon accents in hot pink, cyan, and neon green
- High contrast color scheme
- Consistent visual language across editor, UI, and terminal
🚀 Modern Highlighting System
- Semantic Highlighting: Context-aware intelligent coloring using language servers
- TextMate Grammar: Comprehensive fallback for many languages
- Dual System Support: Works perfectly with or without language servers
💎 First-Class Language Support
TypeScript/JavaScript
- Distinct colors for types, interfaces, enums, and type parameters
- Clear differentiation between variables, functions, and classes
- Styled decorators and JSX/TSX support
Rust
- Complete coverage for lifetimes, macros, and traits
- Ownership keywords highlighted distinctly
- Macro invocations and attributes styled
Go
- Goroutines and channels clearly marked
- Interface and struct highlighting
- Go-specific syntax support
Python
- Decorators and magic methods styled
- Type hints and annotations
- Python 3.x features supported
Java
- Annotations and generics
- Lambda expressions
- Modern Java syntax
Lua
- Complete coverage for all language features
🎯 Additional Features
- 25+ Languages Supported: C/C++, C#, PHP, Ruby, HTML/CSS, JSON, Markdown, and more
- Git Integration: Clear visual indicators for changes
- Terminal Colors: Custom ANSI palette matching the theme
- Bracket Pairs: Styled bracket pair colorization
- Inline Hints: Themed parameter hints and type annotations
- Modern UI: Support for Command Center, Chat, Sticky Scroll, and more
📸 Screenshots
Cyberdeck 2025 Theme Preview

🚀 Installation
From VS Code Marketplace
- Open Extensions sidebar (
Ctrl+Shift+X
/ Cmd+Shift+X
)
- Search for "Cyberdeck 2025"
- Click Install
- Click Set Color Theme or:
- Open Command Palette (
Ctrl+Shift+P
/ Cmd+Shift+P
)
- Type "Color Theme"
- Select "Cyberdeck 2025"
From VSIX File
code --install-extension cyberdeck-2025-1.0.0.vsix
Manual Installation
- Download the latest release from GitHub Releases
- Extract to your VS Code extensions folder:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS/Linux:
~/.vscode/extensions
- Install extension from location in VS Code
- Reload VS Code
🎨 Color Palette
Core Colors
Color |
Hex |
Usage |
Deep Purple Black |
#130d1a |
Editor background |
Warm Off-White |
#ded2cd |
Primary text |
Vibrant Purple |
#b141f1 |
Errors, numbers, accents |
Hot Pink |
#ff2289 |
Keywords, constants |
Cyan |
#58c7e0 |
Variables, identifiers |
Neon Green |
#00ff88 |
Functions, methods |
Lime Green |
#d6fc00 |
Types, classes |
Golden Yellow |
#f9c80e |
Strings, literals |
Blue-Purple |
#6071cc |
Comments (italic) |
Full Palette
See docs/COLOR_PALETTE.md for the complete color reference with RGB values, usage guidelines, and accessibility notes.
🔧 Recommended Settings
For the best experience with Cyberdeck 2025:
{
// Enable semantic highlighting
"editor.semanticHighlighting.enabled": true,
// Enable bracket pair colorization
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
// Font recommendations
"editor.fontFamily": "'Fira Code', 'JetBrains Mono', 'Cascadia Code', Consolas, monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 1.6,
// Cursor style
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
// Minimap
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
// Terminal
"terminal.integrated.fontFamily": "'Fira Code', 'JetBrains Mono', monospace",
"terminal.integrated.fontSize": 13
}
Recommended Font
Fira Code or JetBrains Mono work beautifully with this theme:
🎯 Language Support
Fully Tested & Optimized
- ✅ TypeScript / JavaScript / JSX / TSX
- ✅ Rust
- ✅ Go
- ✅ Python
- ✅ Java
- ✅ Lua
- ✅ C / C++
- ✅ C#
- ✅ HTML / CSS / SCSS / LESS
- ✅ JSON / JSONC / YAML / TOML
- ✅ Markdown
- ✅ Shell / Bash / Zsh
Additional Support
PHP, Ruby, Swift, Kotlin, Dart, Elixir, Haskell, SQL, GraphQL, and many more!
📝 License
This theme is licensed under the MIT License.
🔗 Links