Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/barkerbg001/rubysea-vscode

A minimal, dark theme for VS Code with vibrant red and blue accents.
https://github.com/barkerbg001/rubysea-vscode

color-theme dark-theme ruby-sea vscode-extension vscode-theme

Last synced: 3 months ago
JSON representation

A minimal, dark theme for VS Code with vibrant red and blue accents.

Awesome Lists containing this project

README

        


Ruby Sea Logo



Ruby Sea Theme for VS Code



A minimal, dark theme for VS Code with vibrant red and blue accents.



Version


Downloads


Installs

![demo](https://raw.githubusercontent.com/barkerbg001/rubysea-vscode/master/images/demo.png)

## Installation via VS Code

1. Open **Extensions** sidebar panel in VS Code. `View → Extensions`
2. Search for `Ruby Sea`
3. Click **Install** to install it
4. Click **Reload** to reload the editor
5. Code > Preferences > Color Theme > **Ruby Sea**

## Color Reference

### Syntax Colors

| Color | Usage |
| :----------------------------------------------------------------: | ----------------------------------------------- |
| ![#ff4c5a](https://via.placeholder.com/10/ff4c5a.png?text=+) `#ff4c5a` | Keywords, constants, template literals |
| ![#ffd580](https://via.placeholder.com/10/ffd580.png?text=+) `#ffd580` | Functions, classes, object literal keys |
| ![#ff6b57](https://via.placeholder.com/10/ff6b57.png?text=+) `#ff6b57` | Constants, operators |
| ![#62c6ff](https://via.placeholder.com/10/62c6ff.png?text=+) `#62c6ff` | Strings, markdown headings |
| ![#3da5f6](https://via.placeholder.com/10/3da5f6.png?text=+) `#3da5f6` | Special keywords, classes, markdown code blocks |
| ![#a2aabc](https://via.placeholder.com/10/a2aabc.png?text=+) `#a2aabc` | Variables, property names, tags |

### UI Colors

| Color | Usage |
| :----------------------------------------------------------------: | ------------------------------------------ |
| ![#0e1b2a](https://via.placeholder.com/10/0e1b2a.png?text=+) `#0e1b2a` | Workbench background |
| ![#122236](https://via.placeholder.com/10/122236.png?text=+) `#122236` | Editor background |
| ![#214b78](https://via.placeholder.com/10/214b78.png?text=+) `#214b78` | Highlight, widgets, panels |
| ![#4b6691](https://via.placeholder.com/10/4b6691.png?text=+) `#4b6691` | Dividers, subtle UI elements |
| ![#6592b3](https://via.placeholder.com/10/6592b3.png?text=+) `#6592b3` | Status bar text, buttons, etc |
| ![#c5d3e0](https://via.placeholder.com/10/c5d3e0.png?text=+) `#c5d3e0` | Active text, anything that should be white |
| ![#ff4c5a](https://via.placeholder.com/10/ff4c5a.png?text=+) `#ff4c5a` | Accent, list tree titles, badges, etc |
| ![#62c6ff](https://via.placeholder.com/10/62c6ff.png?text=+) `#62c6ff` | Addition highlights |
| ![#ff2d3b](https://via.placeholder.com/10/ff2d3b.png?text=+) `#ff2d3b` | Deletion highlights, errors, warnings |
| ![#3da5f6](https://via.placeholder.com/10/3da5f6.png?text=+) `#3da5f6` | Modified highlights |

## Theming Reference

[VS Code Theme Color Reference](https://code.visualstudio.com/docs/getstarted/theme-color-reference)

[VS Code Theme Documentation](https://code.visualstudio.com/docs/extensions/themes-snippets-colorizers)

[VS Code Publishing Extensions](https://code.visualstudio.com/docs/extensions/publish-extension)

```bash
vsce publish patch/minor/major
```