NeuralTone Theme
👁️ A dark theme for deep focus
Current v1.0.3
NeuralTone Theme is a carefully crafted dark theme that blends vibrant harmony with visual comfort. Designed to stimulate focus and reduce eye strain, it's the ideal environment for developers who code deep and think deeper.
Support
A dark theme for VsCode.
NeuralTone is currently supported only for Visual Studio Code.
Community contributions to support other editors (like Atom, Sublime, or JetBrains IDEs) are very welcome!
Preview
Features
- Scientifically tuned color palette: dopaminergic harmony
- Vibrant yet soft tones to reduce eye strain
- Multi-language syntax support (JS, TS, GraphQL, Rust, Python, C++, etc.)
- Smart contrasts without visual noise
Installation
From VS Code Marketplace:
- Open Extensions (
Ctrl+Shift+X
or Cmd+Shift+X
)
- Search for NeuralTone Theme
- Click
Install
Development & Manual Installation (with .vsix file):
- Install Visual Studio Code Extension Manager (vsce)
npm install -g vsce
- Clone this repository:
git clone https://github.com/kaioodutra/neural-tone-theme.git
- Generate the .vsix package
vsce package
- Install it manually in VS Code
code --install-extension neural-tone-theme-1.0.3.vsix
Important! Restart your VS Code to see the applied theme
Links
GitHub (Repository)
Marketplace (Visual Studio)
Feel free to contribute, open issues, or suggest improvements.
Version Highlights
v1.0.3
v1.0.2
- Colors refined for TypeScript
- Better visibility for constants and properties
v1.0.1
- Semantic highlighting enabled
- Highlights -bugfix for strings
v1.0.0
- Initial release of NeuralTone Theme
- Carefully crafted dark palette for deep focus
- Semantic token base implemented
License
MIT License © NeuralTone Theme