johnpapa / vscode-peacock

Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
MIT License
1.04k stars 118 forks source link

feat(startup): add deterministic startup colors #558

Open sreyemnayr opened 3 weeks ago

sreyemnayr commented 3 weeks ago

Using a hash of the root workspace folder as a seed, always chooses the same random color for a given workspace. Helpful to have a consistent color regardless of ability to maintain settings, etc.