Closed jerabaul29 closed 3 years ago
Ah, the terminal colors are actually determined by the theme:
We could potentially provide a way to override the terminal colors, like: https://stackoverflow.com/questions/42307949/color-theme-for-vs-code-integrated-terminal
Aah, that explains, thanks :) . Maybe I should just use another theme ^^ :) .
I also added a way to override terminal colors in #3506 - so you can manually specify them via a workbench.colorCustomizations
setting.
This is a good starting set of colors to try, and then can be tweaked: https://github.com/Tyriar/vscode-snazzy/blob/c9484f46fa3f2ec44860b87fb51dfb9d1cbe2f85/snazzy.json#L5
I'll close this out with #3506 👍
I wonder if this has been already discussed, but the colors in the built in terminal look weird. I am running Ubuntu 20.04, "out of the box", nothing too special regarding my setup. See picture for comparison of the colors in Oni2 vs. my system terminal.
Any idea what causes that / how this can be fixed? A bit painful to my eyes and quite a lot less visible... Wonder if there should be a way to either 1) read terminal setup from some usual config files on the machine, or 2) be able to set a terminal theme?