Warning stream color
See original GitHub issueCurrently when running the code below the colors for the Verbose and Warning stream are exactly the same. Would it be possible to have a different color for Warning, just like in the PowerShell ISE?
$VerbosePreference = 'Continue'
Write-Verbose 'this is verbose text'
Write-Warning 'this is warning text'
Write-Verbose 'this is verbose text'
Results in:

Probably #594 is related.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Definitions of Colors on the National Weather Service ...
Ever want to know how to interpret the color codes on the Watch Warning Advisory and Point/Click map that resides below the weather–at–a–glance...
Read more >Stream Alert Colors colors palette - ColorsWall
Stream Alert Colors colors palette. HEX colors #509ea0, #7496d2, #647c8c, #f87463, #e6a2c5, #d8a49b, #dbb165, #27223c, #2e604a, #62303f.
Read more >How to get stream to control the color of your lights! Lumia ...
Lumia Stream allows your twitch or YouTube chat to interact with your ... Streamlabs alerts, Streamelements alerts, Stream deck integration ...
Read more >How to use logging with colors (only on stream)?
I have been looking how to add color to the logger when it's streamed. Also I would like to use the standart python...
Read more >Stream SW 6499 - Blue Paint Color - Sherwin-Williams
Paint Color SW undefined Stream from Sherwin-Williams. ... To confirm your color choices prior to purchase, please view a physical color chip, color...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yeah I think we have a unique opportunity here where we can finally have the editor and the console have the same behavior. Consistency.
The UI API’s are there to give folks the ability to change that consistency both for just PowerShell Integrated Console (via the CurrentUserCurrentHost profile) or for all PowerShell hosts (via CurrentUserAllHosts profile)
Ok guys, thanks for the feedback. I’m also in favor of consistency so I’ll close this one.