<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Change Colors Used by the Windows PowerShell ISE</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/08/28/change-colors-used-by-the-windows-powershell-ise.aspx</link><description>Summary : Learn how to change colors used by the Windows PowerShell ISE to customize your scripting environment. 
 
 Microsoft Scripting Guy Ed Wilson here. One of the things that is kind of lame about Charlotte is that there is not a good computer</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Change Colors Used by the Windows PowerShell ISE</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/08/28/change-colors-used-by-the-windows-powershell-ise.aspx#3373338</link><pubDate>Mon, 06 Dec 2010 15:42:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3373338</guid><dc:creator>ScriptingGuy1</dc:creator><description>&lt;p&gt;@John, I added the line continuation character ` due to the need to break up the line of code for publishing to the blog. You are correct in that if you make a complete single line out of the code it will work. When the blog was published, an extra space was added behind the line continuation character, so that when you copy and paste from the blog an error is generated. I have edited the above post to remove the space after the backtick ` character, and therefore there is no need to remove the line continuation character. Therefore $psISE.Options.OutputPaneTextBackgroundColor = ` &lt;/p&gt;
&lt;p&gt;([windows.media.colors]::$($_.name)).tostring()&lt;/p&gt;
&lt;p&gt;is correct. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3373338" width="1" height="1"&gt;</description></item><item><title>re: Change Colors Used by the Windows PowerShell ISE</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/08/28/change-colors-used-by-the-windows-powershell-ise.aspx#3373283</link><pubDate>Mon, 06 Dec 2010 11:47:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3373283</guid><dc:creator>John Smith</dc:creator><description>&lt;p&gt;$psISE.Options.OutputPaneTextBackgroundColor = ` &amp;nbsp;&lt;/p&gt;
&lt;p&gt;should be:&lt;/p&gt;
&lt;p&gt;$psISE.Options.OutputPaneTextBackgroundColor = &lt;/p&gt;
&lt;p&gt;i.e. drop the `&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3373283" width="1" height="1"&gt;</description></item></channel></rss>