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

https://github.com/axross/vscode-theme-oledge

The dark VSCode theme for OLED monitors
https://github.com/axross/vscode-theme-oledge

vscode-theme

Last synced: 7 months ago
JSON representation

The dark VSCode theme for OLED monitors

Awesome Lists containing this project

README

          

# vscode-theme-oledge

## Installation

You can find [this theme on Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=axross.vscode-theme-oledge) or search it on VSCode by `Oledge`.

## Override this theme

To override this (or any other) theme in your personal config file, please follow the guide in the color theme documentation. This is handy for small tweaks to the theme without having to fork and maintain your own theme.

## Contribute

1. Clone and open this repository in VS Code
2. Press `F5` to open a new window with your extension loaded
3. Press `Cmd + Shift + P` and select `Preferences: Color Theme` and pick the theme
4. Make changes to `themes/dark.json`
5. Create a feature branch and a pull request against main branch
- Please make sure you are pushing [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Any commits violating this convention will be rejected at GitHub Actions

Once your pull request gets approved and merged, GitHub Actions will automatically publish the new version to the Visual Studio Marketplace.