<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: konsole: How to set background color? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176377#M73053</link>
    <description>Hi T.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://seismo.ethz.ch/linux/konsole.html" target="_blank"&gt;http://seismo.ethz.ch/linux/konsole.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
    <pubDate>Wed, 28 Jan 2004 09:46:46 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2004-01-28T09:46:46Z</dc:date>
    <item>
      <title>konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176376#M73052</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I like to choose background/foreground colors starting the konsole from the shell. 'konsole --help-qt' tells how to do (quite similar to e.g. xterm -bg red -fg green). But 'konsole --bg red --fg green' does not work. I use the color names listed in /usr/lib/X11/rgb.txt. This color list works as 'xcolors' shows them all.&lt;BR /&gt;&lt;BR /&gt;How do I set background/foreground colors starting konsole from the shell?</description>
      <pubDate>Wed, 28 Jan 2004 09:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176376#M73052</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2004-01-28T09:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176377#M73053</link>
      <description>Hi T.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://seismo.ethz.ch/linux/konsole.html" target="_blank"&gt;http://seismo.ethz.ch/linux/konsole.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Wed, 28 Jan 2004 09:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176377#M73053</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-28T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176378#M73054</link>
      <description>there is a set of predefined schemas in &lt;BR /&gt;&lt;BR /&gt;Settings -&amp;gt; schema -&amp;gt; your_choice&lt;BR /&gt;&lt;BR /&gt;personnaly its "green on black" and I use ls colors for more readable listings. Along with a cool $PS1.</description>
      <pubDate>Wed, 28 Jan 2004 09:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176378#M73054</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-01-28T09:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176379#M73055</link>
      <description>Create your own schemas within konsole and either select them manually from within konsole or startup konsole as "konsole --schema &lt;SCHEMA name=""&gt;"&lt;BR /&gt;&lt;BR /&gt;You could even have a little script called "mykonsole" which looks a bit like this to get a random schema each time you start konsole&lt;BR /&gt; &lt;BR /&gt;IND=$RANDOM&lt;BR /&gt;IND=`echo $RANDOM | cut -c${#IND}`&lt;BR /&gt; &lt;BR /&gt;schema[0]=red&lt;BR /&gt;schema[1]=blue&lt;BR /&gt;schema[2]=red&lt;BR /&gt;schema[3]=green&lt;BR /&gt;schama[4]=green&lt;BR /&gt;schame[5]=blue&lt;BR /&gt;schema[6]=yellow&lt;BR /&gt;schama[7]=cyan&lt;BR /&gt;schema[8]=red&lt;BR /&gt;schema[9]=blue&lt;BR /&gt; &lt;BR /&gt;konsole --schema ${schema[$IND]}"$@"&lt;BR /&gt;  &lt;BR /&gt;I think I should have done this in perl :)&lt;/SCHEMA&gt;</description>
      <pubDate>Wed, 28 Jan 2004 10:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176379#M73055</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-28T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176380#M73056</link>
      <description>there's an editor for the color schemas.&lt;BR /&gt;right click -&amp;gt; Settings -&amp;gt; Configure Konsole&lt;BR /&gt;&lt;BR /&gt;in the 'Colors' box choose the Shell Color n.1 and the Konsole Color you prefer.&lt;BR /&gt;&lt;BR /&gt;hth!&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Wed, 28 Jan 2004 10:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176380#M73056</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-01-28T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176381#M73057</link>
      <description>&lt;A href="http://www.geocrawler.com/archives/3/93/2001/9/0/6668148/" target="_blank"&gt;http://www.geocrawler.com/archives/3/93/2001/9/0/6668148/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Wed, 28 Jan 2004 10:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176381#M73057</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-28T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176382#M73058</link>
      <description>Mark:&lt;BR /&gt;&lt;BR /&gt;The option '--schema' is not documented and produces the error message "unknown option". I am using SuSE Linux 8.1, KDE 3.0.5, Konsole 1.1.3. Other idea?&lt;BR /&gt;&lt;BR /&gt;Claudio, G. Vrijhoeven:&lt;BR /&gt;&lt;BR /&gt;Thanks. But as I mentioned I like to set colors by calling konsole from the shell.</description>
      <pubDate>Wed, 28 Jan 2004 10:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176382#M73058</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2004-01-28T10:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176383#M73059</link>
      <description>Well, I did a hack to konsole to select schemas from the command line back in the days of KDE 2.X and I remember shortly afterwards being surprised to find the feature supported.  Try running "konsole --help" from the command line to make sure you don't have it.  &lt;BR /&gt; &lt;BR /&gt;Before doing my hack, I had a little script as a wrapper around konsole that just copied random schemas to the default one that I was using and then started the real konsole.  This is only practical if you create a few schemas and save them.  That way you are copying stuff in "$HOME/.kde/share/apps/konsole" rather than the system wide one.</description>
      <pubDate>Wed, 28 Jan 2004 10:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176383#M73059</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-28T10:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176384#M73060</link>
      <description>I think you should create and save your color schema using the editor as I said before, then run:&lt;BR /&gt;&lt;BR /&gt;$ konsole --schema &lt;SCHEMA name=""&gt;&lt;BR /&gt;&lt;BR /&gt;you don't need the full path of the .schema file, just the name of the schema; this works for me (RH9, kde 3.1-10).&lt;BR /&gt;&lt;BR /&gt;&lt;/SCHEMA&gt;</description>
      <pubDate>Wed, 28 Jan 2004 11:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176384#M73060</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-01-28T11:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: konsole: How to set background color?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176385#M73061</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;this is on SuSE 8.2 with &lt;BR /&gt;&lt;BR /&gt;konsole --version&lt;BR /&gt;Qt: 3.1.1&lt;BR /&gt;KDE: 3.1.1&lt;BR /&gt;Konsole: 1.2.1&lt;BR /&gt;&lt;BR /&gt;To create a new schema, use Setiings-&amp;gt;Configure Konsole . Build the schema to your liking, save it with a new name (e.g. i used MPJZ which produced file MPJZ.schema), then invoke a new konsole as konsole --schema &lt;NAME&gt; e.g in my case    konsole --schema MPJZ and that gave me a red foreground (since this is what I changed in the settings editor).&lt;BR /&gt;&lt;BR /&gt;HTH, Martin&lt;/NAME&gt;</description>
      <pubDate>Wed, 28 Jan 2004 14:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/konsole-how-to-set-background-color/m-p/3176385#M73061</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-28T14:59:38Z</dc:date>
    </item>
  </channel>
</rss>

