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

https://github.com/dhyeythumar/helium-vscode

The Helium theme color for VS Code πŸ’œ
https://github.com/dhyeythumar/helium-vscode

helium theme-color vs-code-extenstion vs-code-theme

Last synced: 27 days ago
JSON representation

The Helium theme color for VS Code πŸ’œ

Awesome Lists containing this project

README

          


Helium



Version


Ratings


Installs


Downloads

## What’s In This Document

- [Example](#example)
- [Installation](#installation)
- [Recommended Settings](#recommended-settings)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgements](#acknowledgements)

## Example

![Preview](https://raw.githubusercontent.com/Dhyeythumar/helium-vscode/main/images/example.png)

## Installation

1. Open **Extensions** sidebar panel in VS Code.
2. Search for **Helium** - find the one by **Dhyey Thumar**.
3. Click **Install**
4. Code > Preferences > Color Theme > **Helium**

Now the theme color is set πŸ˜€.

> Optional: For best experience use the recommended settings given below.

## Recommended Settings

```json
{
"workbench.colorTheme": "Helium",
"files.autoSave": "onFocusChange",
"editor.fontFamily": "'Droid Sans Mono', Consolas, 'Courier New', 'Baloo Tammudu 2'",
"editor.fontSize": 18,
"editor.lineHeight": 28,
"editor.letterSpacing": 0.2,
"editor.fontWeight": "500",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.cursorWidth": 2
}
```

## Contributing

To work on this theme:

1. Clone this repo and open in VS Code.
2. Open run `Activity Bar β†’ Run`.
3. Click `Launch Extension`. This will open up another VS Code Editor.
4. Make changes to `helium.json`. You will see changes reflected in the other editor that was opened in step 3.

## License

Licensed under the [MIT License](./LICENSE).

## Acknowledgements

1. This VS Code theme color is inspired by [**Wesbos's cobalt2-vscode**](https://github.com/wesbos/cobalt2-vscode).
2. Description for each and every theme color attribute given in [**Theme Color Reference**](https://code.visualstudio.com/api/references/theme-color).