Peacock - Choose What to Color

John Papa - Feb 24 '19 - - Dev Community

Last Week I released Peacock, which solves a problem I had: quickly and visually differentiating between VS Code instances. Yeah, I usually have many of them open for multiple unrelated projects. Not to mention that I also use VS Code to write articles (like this one), take notes, and edit just about everything.

When I announced it, it seemed to go over well (thanks for the support). I received several good suggestions/requests via Twitter and GitHub. So I decided to add a few of them.

What's New

Here are the new features: (or you can check out the CHANGELOG.md)

The biggest new features are ...

  1. you can reset (aka clear) all colors that Peacock sets in the workspace.

  2. you can tell Peacock which parts of VS Code will be affected by when you select a color. You can do this by setting the property peacock.affectedSettings to one or more of the valid values below.

// Valid settings you can choose to be affected
"peacock.affectedSettings": [
    "activityBar",
    "statusBar",
    "titleBar"
  ]

So you can choose to affect just one of those, two of them or all three of them. You do you!

Credits Redux

I also want once again thank @josephrexme for the name and icon for Peacock and to the VS Code team and their incredibly helpful guide for creating extensions

Get Peacock

If you have Peacock and want the update to v0.0.7, VS Code will prompt you soon.

If you are interested in trying out Peacock, you can find it here in the marketplace. It is currently in preview, which means there may be dragons ahead.

  • Get the extension here
  • Contribute to GitHub repository here

peacock icon

Worst case, this extension is just something I'll use, and that's OK. But if you like it too, please give it a try and submit feedback in GitHub. You can open issues or grab an open issue and help contribute.

Thanks!

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player