CyberDev Theme for VS Code
A Cyberpunk-themed VS Code color theme with neon accents for a futuristic coding experience.
Installation via VS Code
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
CyberDev
- Click Install to install it
- Click Reload to reload the editor
- Go to
Code > Preferences > Color Theme and select CyberDev
Manual Installation
Read the VSC Extension Quickstart Guide
Icon Theme
The file icon theme recommended for use with CyberDev is Material Icon Theme with these settings:
"material-icon-theme.folders.color": "#00FFFF",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.hidesExplorerArrows": true
Color Reference
Syntax Colors
| Color |
Usage |
#00FFFF |
Functions, self parameter (Cyan) |
#66CCFF |
Keywords, constants, tags, entity types (Electric Blue) |
#FF66FF |
Variables, parameters, properties (Bright Pink) |
#CC99FF |
Strings, declarations, headings (Light Purple) |
#9966FF |
Types, interfaces, classes (Vibrant Purple) |
#FFCC33 |
Operators, attributes, regex (Neon Yellow) |
#FF33FF |
Errors, invalid, deleted (Magenta) |
#66FF99 |
Inserted text, terminal green (Neon Green) |
#E0E0FF |
General text, punctuation, whitespace |
#4B5363 |
Comments (muted, italic) |
UI Colors
| Color |
Usage |
#171c28 |
Workbench, sidebar, activity bar background |
#1d2433 |
Editor background |
#2f3b54 |
Selection, highlights, panels |
#8695b7 |
Status bar text, line numbers, inactive items |
#E0E0FF |
General text, foreground |
#66CCFF |
Badges, active borders, progress bar |
#FF33FF |
Errors, deleted items, conflicts |
Theming Reference
VS Code Theme Color Reference
VS Code Theme Documentation
VS Code Publishing Extensions
The CyberDev theme colors are inspired by Cyberpunk aesthetics, featuring vibrant neons and deep contrasts to create a futuristic coding environment.
npx @vscode/vsce publish patch/minor/major
Link Below
CyberDev is exclusively available for Visual Studio Code.
Feedback and Contributions
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub. Contributions are welcome!
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Created by Phillip Green. For more projects and contact information, visit my GitHub profile.