An open API service indexing awesome lists of open source software.

https://github.com/b3hr4d/colorful-vscode-darkplus

A Visual Studio Code theme for the who in love with dark plus default them but a bit color and some italic font customization. ✨
https://github.com/b3hr4d/colorful-vscode-darkplus

Last synced: 5 months ago
JSON representation

A Visual Studio Code theme for the who in love with dark plus default them but a bit color and some italic font customization. ✨

Awesome Lists containing this project

README

          

# Colorful DarkPlus

Colorful DarkPlus is a Visual Studio Code theme extension based on the Dark+ default theme with brighter, more colorful accents. It now ships in two variants so you can choose the main UI color style while keeping the same tokenColors:

- Colorful Dark+ (classic vibrant accents)
- Colorful Dark+ Modern — modern UI palette while preserving the same code token colors

Maximum compatibility with:

- [Rust Analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) + transparent InlayHints
- [Solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
- [Motoko](https://marketplace.visualstudio.com/items?itemName=dfinity-foundation.vscode-motoko)

## Screenshots

Each language shows both the Default and Modern variants.

### HTML

Default:

![HTML Default](./examples/Html/default.png)

Modern:

![HTML Modern](./examples/Html/modern.png)

Example source: `examples/Html/index.html`

### React (TSX)

Default:

![React Default](./examples/React/default.png)

Modern:

![React Modern](./examples/React/modern.png)

Example source: `examples/React/index.tsx`

### Rust

Default:

![Rust Default](./examples/Rust/default.png)

Modern:

![Rust Modern](./examples/Rust/modern.png)

Example source: `examples/Rust/rust.rs`

### Solidity

Default:

![Solidity Default](./examples/Solidity/default.png)

Modern:

![Solidity Modern](./examples/Solidity/modern.png)

Example source: `examples/Solidity/example.sol`

### Motoko

Default:

![Motoko Default](./examples/Motoko/default.png)

Modern:

![Motoko Modern](./examples/Motoko/modern.png)

Example source: `examples/Motoko/Main.mo`

### Candid (DID)

Default:

![Candid Default](./examples/Candid/default.png)

Modern:

![Candid Modern](./examples/Candid/modern.png)

Example source: `examples/Candid/candid.did`

### C#

Default:

![C# Default](./examples/C%23/default.png)

Modern:

![C# Modern](./examples/C%23/modern.png)

Example source: `examples/C#/example.cs`

## Installation

1. Open the Extensions sidebar in Visual Studio Code (Cmd+Shift+X).
2. Search for `Colorful DarkPlus` and click **Install**.
3. Select a theme: go to **Code > Preferences > Color Theme** and pick one of:
- Colorful Dark+
- Colorful Dark+ Modern

## Notes for Tweakers

Both variants reuse the same token colors under the hood. If you want to create your own accent variant, add a new theme file that includes `./themes/dark_plus.json` and override only the `colors` section.

## Issues and Contributions

If you encounter any issues or have suggestions, please open an issue or PR on the [GitHub repository](https://github.com/b3hr4d/Colorful-VSCode-DarkPlus).

## Credits

Created with ❤️ by B3HR4D. Based on Visual Studio Code’s Dark+.

## License

This theme is licensed under the [MIT License](https://opensource.org/licenses/MIT).