-
Notifications
You must be signed in to change notification settings - Fork 511
Feature Request: Coloring the integrated console #594
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
Comments
Hey Ivan, which colors are you referring to? Write-Verbose/Warning/Debug, etc? Or the colors for command input like what PSReadLine does? |
I would prefer PSReadLine. Is there any working on making that happen? The PSReadLine integration that is. |
I'm waiting on some changes to be merged to PSReadline first, then I'll be able to start on that. |
@daviwil, I was thinking more of the background color of the whole console, as well as foreground and background colors for the Verbose, Debug, Error messages. I'm aware that PSReadline is a bit challenging at the moment and that some time would be needed, but having the console looking differently from the rest of the VSCode (and more like a standalone one) would make it look and feel more integrated. |
@Glober777 IMO the right place to make this customization is in the $host.UI.RawUI.BackgroundColor = 'DarkBlue'
Clear-Host When you first start the IC it won't show the desired background color e.g.: But as you use it, the background will start to paint with the desired color. Well, except for the prompt background. I think that is probably a bug with the IC. @daviwil ? |
Just wanted to give my +1 on the fact that the prompt is a different color (black) than the rest of the console on Linux (specifically CentOS 7). Let me know if you need any more info. |
What if you run PowerShell directly in the terminal UI, same result? |
Nope, if I execute |
Thanks for confirming! I'll track that down. |
Is this in the same realm as $host.PrivateData.ErrorForegroundColor? I've added "workbench.colorCustomizations":{"errorForeground":"#008000"} to settings.json, but that doesn't seem to apply to the integrated console, which continues to display errors in red. |
Match VSCode Powershell Integrated Console functionality with ISE-hosted command window ( syntax coloring and intellisense capabilities) |
@AspenForester that would be covered by issue #571 |
define the terminal red to be green helps |
PowerShell ISE Theme pretty much nails this and I'm ok with closing this issue |
I was also looking for a better solution for this. As mentioned by Glober777, you can find ISE theme here under View-> Command Palette -> Preferences:Color Theme -> Powershell ISE This fixed the issue for me. |
Hi,
I was wondering if it's possible to have the colors within integrated console match the colors of the default PowerShell console (like in ISE)?
Thanks,
Ivan
The text was updated successfully, but these errors were encountered: