←back to thread

255 points rd07 | 6 comments | | HN request time: 0.217s | source | bottom
1. fusslo ◴[] No.41300016[source]
Tangential: is there an IDE out there that supports different color schemes for each window it has open? does Pragtical? I didn't see it in the docs

I used to like having different projects open in different windows and easily differentiate between them with their color schemes. Kinda like setting a terminal to open with a random color profile

It seems like vscode and sublime want to change the scheme across all the windows.

replies(4): >>41300057 #>>41300088 #>>41300267 #>>41301604 #
2. avhb ◴[] No.41300057[source]
the peacock vscode extension can help you with this: https://marketplace.visualstudio.com/items?itemName=johnpapa...
replies(1): >>41300716 #
3. rudnevr ◴[] No.41300088[source]
IntelliJ does, of course. Per project, per window, with background images etc
4. r-spaghetti ◴[] No.41300267[source]
in vscodium I have a different left bar color for each project - not exactly what you want but I can easily differentiate between them. There is a workspace settings json file per project: "settings": { "workbench.colorCustomizations": { "activityBar.background": "#faf7c7", "activityBar.foreground": "#000000" } } (disclaimer: this works on Debian Gnome)
5. fusslo ◴[] No.41300716[source]
holy crap thank you
6. TiredOfLife ◴[] No.41301604[source]
VS Code you can have different Theme per Workspace.