Nerv3 PastelNerv3 Pastel is a soft cyberpunk-inspired theme for Visual Studio Code, designed for people who like expressive colors without sacrificing readability. It combines pastel surfaces, neon accents and carefully balanced syntax colors to create a comfortable coding experience in both light and dark environments. PreviewsNerv3 Pastel Daylight
Nerv3 Pastel Shadowrun
Themes includedThis extension includes two themes:
Design conceptNerv3 Pastel was created around a simple idea:
Instead of using a pure white background for the light version, Nerv Pastel uses a soft lavender base that reduces visual harshness. The dark version keeps the same visual identity, but shifts the interface into deep purple and near-black tones. The palette uses colors inspired by cyberpunk interfaces, neon signage and soft UI systems:
Features
InstallationFrom the Visual Studio Code Marketplace
txt Cmd + Shift + P
txt Preferences: Color Theme
txt Nerv Pastel or: txt Nerv Pastel Dark Manual installation from VSIXIf you have the .vsix file:
txt Cmd + Shift + P
txt Extensions: Install from VSIX...
Or install via terminal: bash code --install-extension nerv-pastel-theme-0.0.1.vsix Recommended settingsFor the best experience, especially with brackets and indentation guides, you can use: jsonc { "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": true, "editor.guides.indentation": true } These settings are optional, but they help preserve the intended visual rhythm of the theme. Color philosophyNerv3 Pastel is not intended to be a minimal monochrome theme. It is expressive, but controlled. The light version avoids pure white and uses a soft pastel background to reduce glare. The dark version avoids flat black and uses a layered purple-toned interface. Syntax colors are grouped by visual function:
Included themesNerv3 Pastel DaylightA soft light theme with:
Nerv3 Pastel ShadowrunA darker version with:
Accessibility notesNerv Pastel was designed with readability in mind, but color perception varies from person to person and from screen to screen. If a specific token color does not work well for your setup, you can override it in your personal VS Code settings.json using: jsonc { "workbench.colorCustomizations": {}, "editor.tokenColorCustomizations": {}, "editor.semanticTokenColorCustomizations": {} } FeedbackFeedback, suggestions and issues are welcome. You can open an issue in the repository if you find:
Known notesSome colors may vary depending on:
For best results, make sure there are no old theme overrides in your settings.json while testing. LicenseMIT License Copyright (c) 2026 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |