-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] - Allow to define a Project color #672
Comments
Hi @thomasfrobieter , There is no API to define color for items in the Side Bar, unfortunately. About the Status Bar, I wound’t change its color, since VS Code itself (and themes) uses different Status Bar colors to define project states. As a possible alternative, it would be possible to define the background and/or foreground color of the item in the Status Bar. Would it work for you? Hope this helps. |
Regarding the side bar: maybe you could do something like the Projects extension - they simply use colored icons. |
Definitely! :)
Ouh yes, thank you, this looks pretty interesting, too! |
Hi, I'm using peacock to identify, my project that would be nice to be able to show the project color in this extention. for now I can use emoji: 🔴 Red Circle: This emoji represents the color red. +1 |
I wanted to ask for a similar thing. {
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#0011ff",
"titleBar.activeForeground": "#ffffff",
"statusBar.background": "#0011ff",
"statusBar.foreground": "#ffffff"
}
} Out of the box support would be nice though. |
Hi, Looking closer to this feature, since I'm playing with #299, it seems we should have a small issue with icon colors. I still have to properly confirm this, but it is almost certain it works this way. In order to be able to define colors to individual projects, I see two alternatives today:
This happens because Themeable Icons doesn't support color values using hex / rgb, but only via named values, like the one you customize via Hope this helps |
Hi everyone, having faced a similar issue myself my building a vscode extension i thing i can provide some help here. |
I dont know if Vscode allows to define the background color of status bar items:
Or maybe change the color of the whole status bar? https://code.visualstudio.com/api/references/theme-color
The text was updated successfully, but these errors were encountered: