<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4870&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] xterm unable to allocate fg/bg color]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4870</link>
		<description><![CDATA[The most recent posts in [SOLVED] xterm unable to allocate fg/bg color.]]></description>
		<lastBuildDate>Tue, 08 Feb 2022 10:20:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] xterm unable to allocate fg/bg color]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34492#p34492</link>
			<description><![CDATA[<p>awesome!<br />adding &#039;vt100&#039; did it.</p><p>thank you, hevidevi!</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 08 Feb 2022 10:20:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34492#p34492</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] xterm unable to allocate fg/bg color]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34491#p34491</link>
			<description><![CDATA[<p>use vt100 instead of xterm.</p><p>so like this if you want to use xterm 256 colors.</p><div class="codebox"><pre><code>*vt100.background: #FDF6E3
*vt100.foreground: #000</code></pre></div><p>replace all xterm* with *vt100</p><p>or you need to spell xterm correctly and put the * in the correct place so like this..</p><div class="codebox"><pre><code>*XTerm.background: #FDF6E3
*XTerm.foreground: #000000</code></pre></div><p>here is some more color you can use.</p><p><a href="https://www.ditig.com/256-colors-cheat-sheet" rel="nofollow">https://www.ditig.com/256-colors-cheat-sheet</a></p>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Tue, 08 Feb 2022 10:06:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34491#p34491</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] xterm unable to allocate fg/bg color]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34490#p34490</link>
			<description><![CDATA[<div class="codebox"><pre><code>cat ~/.Xresources
xterm*VT100.Translations: #override \
                 Ctrl Shift &lt;Key&gt;V:    insert-selection(CLIPBOARD) \n\
                 Ctrl Shift &lt;Key&gt;C:    copy-selection(CLIPBOARD)
xterm*faceName: Terminus (TTF):style=Medium
xterm*faceSize: 12
xterm*geometry: 123x24
xterm*.background: #FDF6E3
xterm*.foreground: #000
!xterm*boldColors: false
xterm*cursorColor: #000</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 08 Feb 2022 10:00:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34490#p34490</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] xterm unable to allocate fg/bg color]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34489#p34489</link>
			<description><![CDATA[<p>can you post the whole .Xresources file, might be some other errors ?</p>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Tue, 08 Feb 2022 09:53:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34489#p34489</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] xterm unable to allocate fg/bg color]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34488#p34488</link>
			<description><![CDATA[<p>@hevidevi</p><p>just tried it, no difference, same output</p><p>for the record, did</p><div class="codebox"><pre><code>xrdb -merge ~/.Xresources</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 08 Feb 2022 09:52:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34488#p34488</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] xterm unable to allocate fg/bg color]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34486#p34486</link>
			<description><![CDATA[<p>I think you are just missing a character. </p><p>This is what mine looks like for background.</p><div class="codebox"><pre><code>*.foreground:   #ffffff
*.background:   #0c0c0d</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Tue, 08 Feb 2022 09:33:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34486#p34486</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] xterm unable to allocate fg/bg color]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34484#p34484</link>
			<description><![CDATA[<p>Hello everyone!</p><p>I want to change &#039;xterm&#039; &#039;bg&#039; and &#039;fg&#039; colors. Tried several variations but always get the same output</p><div class="codebox"><pre><code>xterm: unable to allocate fg/bg color</code></pre></div><p>Here is what have tried</p><div class="codebox"><pre><code>*background: brown
*background: boldbrown
*background: #FDF6E3
*background: 255 218 185
*background: \033[43m
*BACKGROUND: brown

All of the above with &quot;&quot;
Plus &#039;black&#039; for &#039;fg&#039;</code></pre></div><p>What is the right way to change the colors?</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 08 Feb 2022 09:17:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34484#p34484</guid>
		</item>
	</channel>
</rss>
