<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: BASH Shell change the color of my shell prompt under Linux or UNIX</title> <atom:link href="http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Nat Harward</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-67865</link> <dc:creator>Nat Harward</dc:creator> <pubDate>Wed, 08 Feb 2012 23:17:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-67865</guid> <description>Just type: tput rev
However, if you run any program that manipulates the terminal settings (like running &quot;ls&quot; with the &quot;--color&quot; option, for example) it will probably get reset at that point.  To make it permanent you&#039;d need to adjust the settings of whatever your terminal program is (as Richie says below).</description> <content:encoded><![CDATA[<p>Just type: tput rev</p><p>However, if you run any program that manipulates the terminal settings (like running &#8220;ls&#8221; with the &#8220;&#8211;color&#8221; option, for example) it will probably get reset at that point.  To make it permanent you&#8217;d need to adjust the settings of whatever your terminal program is (as Richie says below).</p> ]]></content:encoded> </item> <item><title>By: Richie</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-67861</link> <dc:creator>Richie</dc:creator> <pubDate>Wed, 08 Feb 2012 17:10:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-67861</guid> <description>You will want to modify the terminal parameters.  If you are using xterm or putty, etc, change it there.  If you are using true terminal no gui then this i am afraid may not be fully possible.</description> <content:encoded><![CDATA[<p>You will want to modify the terminal parameters.  If you are using xterm or putty, etc, change it there.  If you are using true terminal no gui then this i am afraid may not be fully possible.</p> ]]></content:encoded> </item> <item><title>By: JJ</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-64912</link> <dc:creator>JJ</dc:creator> <pubDate>Sun, 27 Nov 2011 09:03:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-64912</guid> <description>I just want to thank you for having a simple, concise explanation after each bash expression.
Too often guides simply say: &quot;Paste X at the bottom of file Y. Got that? Ok, GTFO&quot;</description> <content:encoded><![CDATA[<p>I just want to thank you for having a simple, concise explanation after each bash expression.</p><p>Too often guides simply say: &#8220;Paste X at the bottom of file Y. Got that? Ok, GTFO&#8221;</p> ]]></content:encoded> </item> <item><title>By: Cq</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-64352</link> <dc:creator>Cq</dc:creator> <pubDate>Fri, 11 Nov 2011 17:20:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-64352</guid> <description>I do not see the answer to an earlier questio:  Is it possible to simply reverse everything on the screen, including the normal outputs of utilities and scripts. By default the background is black with foreground white.  I wish to reverse this everywhere to reduce reflections on the screen.  Any way?</description> <content:encoded><![CDATA[<p>I do not see the answer to an earlier questio:  Is it possible to simply reverse everything on the screen, including the normal outputs of utilities and scripts. By default the background is black with foreground white.  I wish to reverse this everywhere to reduce reflections on the screen.  Any way?</p> ]]></content:encoded> </item> <item><title>By: Thibaut</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-61317</link> <dc:creator>Thibaut</dc:creator> <pubDate>Fri, 05 Aug 2011 08:35:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-61317</guid> <description>That was helpful, thanks.</description> <content:encoded><![CDATA[<p>That was helpful, thanks.</p> ]]></content:encoded> </item> <item><title>By: Sassy Grrrl</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59887</link> <dc:creator>Sassy Grrrl</dc:creator> <pubDate>Thu, 09 Jun 2011 14:52:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59887</guid> <description>Files that start with a . are invisible if you just run a regular ls command you can&#039;t see them so run ls -la instead. Also, even when you don&#039;t see them you can still edit them using your favorite editor by just making sure that when you load the file you use the dot.  For example: emacs .bash_rc</description> <content:encoded><![CDATA[<p>Files that start with a . are invisible if you just run a regular ls command you can&#8217;t see them so run ls -la instead. Also, even when you don&#8217;t see them you can still edit them using your favorite editor by just making sure that when you load the file you use the dot.  For example: emacs .bash_rc</p> ]]></content:encoded> </item> <item><title>By: Nat Harward</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59661</link> <dc:creator>Nat Harward</dc:creator> <pubDate>Sat, 28 May 2011 03:04:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59661</guid> <description>This inspired me to create Baven [https://github.com/nharward/baven] by not ever wanting to write &quot;tput&quot; ever again :)
It is a plugin loader for BASH allowing to dynamically load BASH functions, over the network if needed (similar to Maven plugins).  One is there specifically to handle ANSI colors, see https://github.com/nharward/baven/blob/master/bin/samples/ansi-colors.bash for a working example.
If anyone has suggestions for making it better, I&#039;m all ears...</description> <content:encoded><![CDATA[<p>This inspired me to create Baven [https://github.com/nharward/baven] by not ever wanting to write &#8220;tput&#8221; ever again :)</p><p>It is a plugin loader for BASH allowing to dynamically load BASH functions, over the network if needed (similar to Maven plugins).  One is there specifically to handle ANSI colors, see <a
href="https://github.com/nharward/baven/blob/master/bin/samples/ansi-colors.bash" rel="nofollow">https://github.com/nharward/baven/blob/master/bin/samples/ansi-colors.bash</a> for a working example.</p><p>If anyone has suggestions for making it better, I&#8217;m all ears&#8230;</p> ]]></content:encoded> </item> <item><title>By: Fabiano PS</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59625</link> <dc:creator>Fabiano PS</dc:creator> <pubDate>Wed, 25 May 2011 20:14:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59625</guid> <description>Thanks! Finally set with one scheme that does not break my lines using CTRL+R ou checking history!
green=$(tput setaf 2)
blue=$(tput setaf 4)
reset=$(tput sgr0)
PS1=&#039;\[$green\]\u\[$reset\] \[$blue\]\w\[$reset\] \$ &#039;</description> <content:encoded><![CDATA[<p>Thanks! Finally set with one scheme that does not break my lines using CTRL+R ou checking history!</p><p>green=$(tput setaf 2)<br
/> blue=$(tput setaf 4)<br
/> reset=$(tput sgr0)<br
/> PS1=&#8217;\[$green\]\u\[$reset\] \[$blue\]\w\[$reset\] \$ &#8216;</p> ]]></content:encoded> </item> <item><title>By: Jin</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59561</link> <dc:creator>Jin</dc:creator> <pubDate>Sun, 22 May 2011 18:26:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59561</guid> <description>Duh...10 seconds after I post the question, I figured out. Basically any sequence like &quot;\e[32m&quot; needs to be enclosed by &quot;\[&quot; and &quot;\]&quot;, just like Tynged mentioned below.
PS1=&#039;\[\e[0;31m\][\u@h \w]\$ \[\e[m\]&#039;</description> <content:encoded><![CDATA[<p>Duh&#8230;10 seconds after I post the question, I figured out. Basically any sequence like &#8220;\e[32m" needs to be enclosed by "\[" and "\]&#8220;, just like Tynged mentioned below.</p><p>PS1=&#8217;\[\e[0;31m\][\u@h \w]\$ \[\e[m\]&#8216;</p> ]]></content:encoded> </item> <item><title>By: Jin</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59560</link> <dc:creator>Jin</dc:creator> <pubDate>Sun, 22 May 2011 18:19:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-59560</guid> <description>Yes, I have exactly the same problem with my Mac OS X:
My PS1 is:
PS1=&#039;\e[0;31m[\u@h \w]\$ \e[m&#039;
And then, if my command line is really long, it wraps around and overwrites the prompt; and if the command line is super long and it wraps around the second time, this time it would correctly push the terminal output one line up and start to print in the new line.
Help please~</description> <content:encoded><![CDATA[<p>Yes, I have exactly the same problem with my Mac OS X:</p><p>My PS1 is:</p><p>PS1=&#8217;\e[0;31m[\u@h \w]\$ \e[m&#8217;</p><p>And then, if my command line is really long, it wraps around and overwrites the prompt; and if the command line is super long and it wraps around the second time, this time it would correctly push the terminal output one line up and start to print in the new line.</p><p>Help please~</p> ]]></content:encoded> </item> <item><title>By: Nat Harward</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-57011</link> <dc:creator>Nat Harward</dc:creator> <pubDate>Fri, 01 Apr 2011 22:42:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-57011</guid> <description>This thread is old but if anyone is still reading it, you probably want to change &quot;tput&quot; with &quot;tput -T${TERM:-dumb}&quot; so that if by some chance you are *not* in a nice TTY you won&#039;t get garbage characters.</description> <content:encoded><![CDATA[<p>This thread is old but if anyone is still reading it, you probably want to change &#8220;tput&#8221; with &#8220;tput -T${TERM:-dumb}&#8221; so that if by some chance you are *not* in a nice TTY you won&#8217;t get garbage characters.</p> ]]></content:encoded> </item> <item><title>By: Rohit</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-55662</link> <dc:creator>Rohit</dc:creator> <pubDate>Tue, 15 Feb 2011 20:22:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-55662</guid> <description>I changed the color of my Linux prompt successfully. But now the commands that I run do not carry forward to the same line. If I have a tar -zcvf command with 5 or 6 log files, the command rolls over to the same line. Its so confusing that I cant see the first part of my own command. Is there a way out of this?
Thanks guys...</description> <content:encoded><![CDATA[<p>I changed the color of my Linux prompt successfully. But now the commands that I run do not carry forward to the same line. If I have a tar -zcvf command with 5 or 6 log files, the command rolls over to the same line. Its so confusing that I cant see the first part of my own command. Is there a way out of this?</p><p>Thanks guys&#8230;</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-48612</link> <dc:creator>Michael</dc:creator> <pubDate>Mon, 02 Aug 2010 16:01:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-48612</guid> <description>Can we change the colors of terminal that is appearing on the booting?</description> <content:encoded><![CDATA[<p>Can we change the colors of terminal that is appearing on the booting?</p> ]]></content:encoded> </item> <item><title>By: Stefan Lasiewski</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-48022</link> <dc:creator>Stefan Lasiewski</dc:creator> <pubDate>Thu, 24 Jun 2010 00:20:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-48022</guid> <description>Sadly, tput on FreeBSD 7.x doesn&#039;t support these fancy options. The tput man page has no mention of options like &#039;bold&#039; and &#039;color&#039;. This works on Linux.
$ echo $TERM
xterm-color
$ echo &quot;$(tput bold)BOLD$(tput sgr0)&quot;
BOLD</description> <content:encoded><![CDATA[<p>Sadly, tput on FreeBSD 7.x doesn&#8217;t support these fancy options. The tput man page has no mention of options like &#8216;bold&#8217; and &#8216;color&#8217;. This works on Linux.</p><p>$ echo $TERM<br
/> xterm-color<br
/> $ echo &#8220;$(tput bold)BOLD$(tput sgr0)&#8221;<br
/> BOLD</p> ]]></content:encoded> </item> <item><title>By: Christian Haarmann</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47923</link> <dc:creator>Christian Haarmann</dc:creator> <pubDate>Fri, 18 Jun 2010 15:04:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47923</guid> <description>You can give three arguments, not only two!
&quot;\e[x,y,zm&quot; with x=brightness, y=foreground, z=background. For example:
&quot;\e[0;33;40m&quot; shows dark (=0) yellow (=33) characters on black (=40) background
The alternate way using &quot;tput&quot; doesn&#039;t work in my cygwin and prints the error message:
tput: unknown Terminal &quot;xterm-color&quot;</description> <content:encoded><![CDATA[<p>You can give three arguments, not only two!<br
/> &#8220;\e[x,y,zm&#8221; with x=brightness, y=foreground, z=background. For example:<br
/> &#8220;\e[0;33;40m&#8221; shows dark (=0) yellow (=33) characters on black (=40) background</p><p>The alternate way using &#8220;tput&#8221; doesn&#8217;t work in my cygwin and prints the error message:<br
/> tput: unknown Terminal &#8220;xterm-color&#8221;</p> ]]></content:encoded> </item> <item><title>By: Stefan Lasiewski</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47695</link> <dc:creator>Stefan Lasiewski</dc:creator> <pubDate>Tue, 08 Jun 2010 17:55:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47695</guid> <description>Vivek, this is great stuff as always. However, if PS1 will run the $(tput foo) command, won&#039;t it fork the tput commands every time PS1 is displayed?
The suggestion at  http://mywiki.wooledge.org/BashFAQ/037?highlight=%28ps1%29 is to store the tput output in environment variables, and use those variables:
# Bash
red=$(tput setaf 1)
green=$(tput setaf 2)
blue=$(tput setaf 4)
reset=$(tput sgr0)
PS1=&#039;\[$red\]\u\[$reset\]@\[$green\]\h\[$reset\]:\[$blue\]\w\[$reset\]\$ &#039;</description> <content:encoded><![CDATA[<p>Vivek, this is great stuff as always. However, if PS1 will run the $(tput foo) command, won&#8217;t it fork the tput commands every time PS1 is displayed?</p><p>The suggestion at <a
href="http://mywiki.wooledge.org/BashFAQ/037?highlight=%28ps1%29" rel="nofollow">http://mywiki.wooledge.org/BashFAQ/037?highlight=%28ps1%29</a> is to store the tput output in environment variables, and use those variables:</p><p> # Bash<br
/> red=$(tput setaf 1)<br
/> green=$(tput setaf 2)<br
/> blue=$(tput setaf 4)<br
/> reset=$(tput sgr0)<br
/> PS1=&#8217;\[$red\]\u\[$reset\]@\[$green\]\h\[$reset\]:\[$blue\]\w\[$reset\]\$ &#8216;</p> ]]></content:encoded> </item> <item><title>By: Stefan Lasiewski</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47681</link> <dc:creator>Stefan Lasiewski</dc:creator> <pubDate>Tue, 08 Jun 2010 04:51:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47681</guid> <description>If you use `export PS1=&quot;\[$(tput setaf 1)\]\u@\h:\w $ \[$(tput sgr0)\]&quot;`, then won&#039;t this be forking &#039;tput&#039; every time PS1 is set? The BashFAQ at http://mywiki.wooledge.org/BashFAQ/037?highlight=%28ps1%29 suggests doing this instead:
# Bash
red=$(tput setaf 1)
green=$(tput setaf 2)
blue=$(tput setaf 4)
reset=$(tput sgr0)
PS1=&#039;\[$red\]\u\[$reset\]@\[$green\]\h\[$reset\]:\[$blue\]\w\[$reset\]\$ &#039;</description> <content:encoded><![CDATA[<p>If you use `export PS1=&#8221;\[$(tput setaf 1)\]\u@\h:\w $ \[$(tput sgr0)\]&#8220;`, then won&#8217;t this be forking &#8216;tput&#8217; every time PS1 is set? The BashFAQ at <a
href="http://mywiki.wooledge.org/BashFAQ/037?highlight=%28ps1%29" rel="nofollow">http://mywiki.wooledge.org/BashFAQ/037?highlight=%28ps1%29</a> suggests doing this instead:</p><p># Bash<br
/> red=$(tput setaf 1)<br
/> green=$(tput setaf 2)<br
/> blue=$(tput setaf 4)<br
/> reset=$(tput sgr0)<br
/> PS1=&#8217;\[$red\]\u\[$reset\]@\[$green\]\h\[$reset\]:\[$blue\]\w\[$reset\]\$ &#8216;</p> ]]></content:encoded> </item> <item><title>By: aciD</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47353</link> <dc:creator>aciD</dc:creator> <pubDate>Sun, 16 May 2010 13:26:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47353</guid> <description>The best PS1 :P :
PS1=&#039;\[33[1;33m\]\u\[33[1;37m\]@\[33[1;32m\]\h\[33[1;37m\]: \[33[1;31m\]\w\n\[33[1;36m\]\$ \[33[0m\]&#039;
(dont forget to change it in .bashrc in all home folders include /root ;) )</description> <content:encoded><![CDATA[<p>The best PS1 :P :</p><p>PS1=&#8217;\[33[1;33m\]\u\[33[1;37m\]@\[33[1;32m\]\h\[33[1;37m\]: \[33[1;31m\]\w\n\[33[1;36m\]\$ \[33[0m\]&#8216;</p><p>(dont forget to change it in .bashrc in all home folders include /root ;) )</p> ]]></content:encoded> </item> <item><title>By: maseny</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47165</link> <dc:creator>maseny</dc:creator> <pubDate>Mon, 03 May 2010 15:44:31 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-47165</guid> <description>i want to modify the way dirctory a creaded in bash</description> <content:encoded><![CDATA[<p>i want to modify the way dirctory a creaded in bash</p> ]]></content:encoded> </item> <item><title>By: Tynged</title><link>http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-46882</link> <dc:creator>Tynged</dc:creator> <pubDate>Wed, 14 Apr 2010 19:57:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/#comment-46882</guid> <description>I figured out how to color parts separately. Here&#039;s what I used:
export PS1=&quot;\[\e[0;33m\][\[\e[0;32m\]\u\[\e[0;33m\]@\h:\[\e[0;39m\]\w\[\e[0;33m\]]\$\[\e[0m\] &quot;
To get the neon colors in the video linked above I assume you&#039;d have to change the precise display colors used by your ssh client. So, using PuTTY for example, you&#039;d have to modify the RGB values of each ANSI color in the Window-&gt;Colours menu.</description> <content:encoded><![CDATA[<p>I figured out how to color parts separately. Here&#8217;s what I used:</p><p>export PS1=&#8221;\[\e[0;33m\][\[\e[0;32m\]\u\[\e[0;33m\]@\h:\[\e[0;39m\]\w\[\e[0;33m\]]\$\[\e[0m\] &#8221;</p><p>To get the neon colors in the video linked above I assume you&#8217;d have to change the precise display colors used by your ssh client. So, using PuTTY for example, you&#8217;d have to modify the RGB values of each ANSI color in the Window-&gt;Colours menu.</p> ]]></content:encoded> </item> </channel> </rss>
