
A family of dark color themes with matching file and product icons for Visual Studio Code and VS Code–compatible editors (Cursor, VSCodium, Gitpod, and others), available on the Visual Studio Marketplace and Open VSX.
Installation
Press Ctrl/Command + Shift + P to launch the command palette, then run:
ext install darkmusic.carbon-rewind-theme
What's New
- Carbon Rewind Color Theme - Aurora
- Carbon Rewind Color Theme - Obsidian
- Carbon Rewind Color Theme - Dusk
- Carbon Rewind Color Theme - Moss
- Carbon Rewind Color Theme - Ember
- TypeScript theme generation toolchain — see
scripts/theme-gen/README.md
Default font: FiraCode Nerd Font
Carbon Rewind sets FiraCode Nerd Font as the default editor and terminal font when the extension is installed. To install the font locally:
Download FiraCode Nerd Font (latest release), extract the archive, and install the font files for your system.
Reload your editor if the font does not appear immediately. The extension applies these defaults:
"editor.fontFamily": "FiraCode Nerd Font, Consolas, 'Courier New', monospace",
"terminal.integrated.fontFamily": "FiraCode Nerd Font, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 12.4,
"editor.letterSpacing": 0.2,
"editor.lineHeight": 1.5,
"terminal.integrated.fontSize": 12,
"scm.showHistoryGraph": false
Alternative: Hack Nerd Font
To use Hack Nerd Font instead:
Download Hack Nerd Font (latest release), extract the archive, and install the font files for your system.
In your settings, add the following configuration:
"editor.fontFamily": "Hack Nerd Font, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "Hack Nerd Font, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 12.4,
"editor.letterSpacing": 0.4,
"editor.lineHeight": 1.5,
"terminal.integrated.fontSize": 12,
"scm.showHistoryGraph": false
Alternative: ComicShannsMono Nerd Font
To use ComicShannsMono Nerd Font instead:
Download ComicShannsMono Nerd Font (latest release), extract the archive, and install the font files for your system.
In your settings, add the following configuration:
"editor.fontFamily": "ComicShannsMono Nerd Font, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "ComicShannsMono Nerd Font, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 13.4,
"editor.letterSpacing": 0.4,
"editor.lineHeight": 1.4,
"terminal.integrated.fontSize": 12.5,
"scm.showHistoryGraph": false
Screenshots
Capture instructions: scripts/screenshots/CAPTURE.md
Carbon Rewind Color Theme
 Screenshot 01](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme.png)
Carbon Rewind Color Theme - Pure
 Screenshot 02](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-pure.png)
Carbon Rewind Color Theme - Winter
 Screenshot 03](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-winter.png)
Carbon Rewind Color Theme - Maya
 Screenshot 04](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-maya.png)
Carbon Rewind Color Theme - Maya Black
 Screenshot 05](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-maya-black.png)
Carbon Rewind Color Theme - Ember
 Screenshot 06](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-ember.png)
Carbon Rewind Color Theme - Moss
 Screenshot 07](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-moss.png)
Carbon Rewind Color Theme - Dusk
 Screenshot 08](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-dusk.png)
Carbon Rewind Color Theme - Obsidian
 Screenshot 09](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-obsidian.png)
Carbon Rewind Color Theme - Aurora
 Screenshot 10](https://github.com/darkmusic/carbon-rewind-color-theme/raw/HEAD/images/screenshots/carbon-color-theme-aurora.png)
Todo List
See GitHub Projects for more details.
Requirements
License
This project is licensed under the MIT License. For more details, please see the LICENSE file.
Contributing
Contributions are welcome! Bug fixes, new features, and extra modules are encouraged.
- To contribute code: Fork the repo, push your changes to your fork, and submit a pull request.
For more information, see contributors.md.