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
- Host: GitHub
- URL: https://github.com/axross/vscode-theme-oledge
- Owner: axross
- License: mit
- Created: 2023-06-02T02:15:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T00:16:30.000Z (over 2 years ago)
- Last Synced: 2025-01-21T14:47:08.899Z (9 months ago)
- Topics: vscode-theme
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=axross.vscode-theme-oledge
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 ActionsOnce your pull request gets approved and merged, GitHub Actions will automatically publish the new version to the Visual Studio Marketplace.