Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitzohar/project-color
[VSCode Extension] Pick/save a highlight color for your vscode window for each of your projects
https://github.com/benoitzohar/project-color
Last synced: about 1 month ago
JSON representation
[VSCode Extension] Pick/save a highlight color for your vscode window for each of your projects
- Host: GitHub
- URL: https://github.com/benoitzohar/project-color
- Owner: benoitzohar
- Created: 2019-08-12T00:57:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:04:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T05:57:42.665Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Project Color
Automatically affect a window color for each project (workspace).
The color will be stored and editable in `.vscode/color.json`.
Sadly, the `.vscode/settings.json` file will be updated automatically while changing the color because vscode doesn't allow to change settings "on the fly".
See [this issue](https://github.com/microsoft/vscode/issues/40233) to know when a local settings file will be available.I recommend that you enable this extension only on a workspace basis, to avoid having unwanted colors and files appear on projects.
## Installation
To install, please load manually the last `.vsix` file from `releases/`.
There is no plan to put this extension to the marketplace for now.## Usage
It is recommended to add a line containing this in your global gitignore file.
```
.vscode/color.json
```