Releases: VerdantLeaf/voltage-theme
Releases · VerdantLeaf/voltage-theme
Release list
Voltage v1.0.1
Follow-up to v1.0.0 with real-world corrections found while testing the packaged theme in VS Code.
- Editor/sidebar/statusbar/tab/panel backgrounds and borders realigned with GitHub Dark Default's actual color values (background was a near-black
#0a0a0a, correct value is#0d1117). Voltage's own accent colors (cursor, badges, bracket highlights, syntax palette) are unchanged. - Git decoration colors fixed: added/untracked are green, modified is gold, deleted is red.
- READMEs now document the Material Icon Theme folder/file tint settings for a matching file-explorer look.
Install
Download voltage-theme-1.0.1.vsix below, then:
code --install-extension voltage-theme-1.0.1.vsix
Or in VS Code: Extensions view → ... menu → Install from VSIX...
Voltage v1.0.0
Initial release as a standalone VS Code theme extension (previously a settings.json override on top of GitHub Dark Default).
- Color definitions for the editor, terminal, git decorations, and bracket pair highlighting.
- Token color rules for C/C++, CUDA, SystemVerilog, Tcl, and Python.
Install
Download voltage-theme-1.0.0.vsix below, then:
code --install-extension voltage-theme-1.0.0.vsix
Or in VS Code: Extensions view → ... menu → Install from VSIX...