https://github.com/josiasbeem/monochromator
[MIRROR] A simple monochrome theme for Visual Studio Code
https://github.com/josiasbeem/monochromator
vscode vscode-extension vscode-theme vscode-themes vscodium vscodium-extension vscodium-theme vscodium-themes
Last synced: 3 months ago
JSON representation
[MIRROR] A simple monochrome theme for Visual Studio Code
- Host: GitHub
- URL: https://github.com/josiasbeem/monochromator
- Owner: josiasbeem
- License: mit
- Created: 2025-03-02T16:18:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-02T19:15:39.000Z (7 months ago)
- Last Synced: 2025-03-02T20:19:16.552Z (7 months ago)
- Topics: vscode, vscode-extension, vscode-theme, vscode-themes, vscodium, vscodium-extension, vscodium-theme, vscodium-themes
- Homepage: https://codeberg.org/beem/monochromator
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Monochromator
A simple **monochrome** theme for **Visual Studio Code**.
If you also get a **headache** from the **color fiasco** of mainstream color schemes, then this extension is **just for you**. Too many **colors distract** you from **thinking clearly**.
That's why this theme uses only **black**, **white**, **gray** and the color **blue** (which highlights URLs, literals, etc.). The only exception to this rule are the colors for the Git decorations and errors / warnings, which also use red, orange and green. Additionally, if you are working under GNOME, this theme will fit very well into the overall desktop environment.
Following **two variants** are included:
### Monochromator Dark


### Monochromator Light


## Installation
Make sure that the **npm package** `vsce` is installed. If not, do the following:
```sh
npm install -g vsce
```Clone the repository:
```sh
git clone https://codeberg.org/beem/monochromator.git
cd monochromator
```Build the `.vsix` file:
```sh
vsce package
```> [!NOTE]
> Depending on your Visual Studio Code installation, the command `code` could also be `code-insiders`, `codium` or `codium-insiders`.Install the extension:
```sh
code --install-extension monochromator-*.vsix
```## License
© 2025 Josias Beem
This project is licensed under the **MIT License** - see the `LICENSE` file for details.