<?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: Customizing iTerm. Creating a display profile with pastel colors</title>
	<atom:link href="http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/feed/" rel="self" type="application/rss+xml" />
	<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/</link>
	<description>In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming.</description>
	<lastBuildDate>Tue, 29 Dec 2009 10:34:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guangshan</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-284457</link>
		<dc:creator>Guangshan</dc:creator>
		<pubDate>Fri, 19 Mar 2010 20:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-284457</guid>
		<description>Thanks for your script.

But when I run it, it did not show the beautiful colors as your terminal. For example, in your terminal windows, characters with light blue color dedicate it is a directory and &quot;master&quot; shows as green color.

In my terminal windows, all the characters are white color.

How to change it? Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for your script.</p>
<p>But when I run it, it did not show the beautiful colors as your terminal. For example, in your terminal windows, characters with light blue color dedicate it is a directory and &#8220;master&#8221; shows as green color.</p>
<p>In my terminal windows, all the characters are white color.</p>
<p>How to change it? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmytro Shteflyuk</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-283185</link>
		<dc:creator>Dmytro Shteflyuk</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-283185</guid>
		<description>Could replace

[cc_bash]
DISPLAYS=`defaults read net.sourceforge.iTerm Displays &#124; sed &quot;s/}$//&quot;`
DISPLAYS+=$PASTEL
DISPLAYS+=&quot;}&quot;
[/cc_bash]

with something like this:

[cc_bash]
DISPLAYS=`defaults read net.sourceforge.iTerm Displays &#124; sed &quot;s/}$//&quot;`
DISPLAYS=&quot;$DISPLAYS$PASTEL}&quot;
[/cc_bash]

?</description>
		<content:encoded><![CDATA[<p>Could replace</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #007800;">DISPLAYS</span>=<span style="color: #000000; font-weight: bold;">`</span>defaults <span style="color: #c20cb9; font-weight: bold;">read</span> net.sourceforge.iTerm Displays <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">&quot;s/}$//&quot;</span><span style="color: #000000; font-weight: bold;">`</span><br />
DISPLAYS+=<span style="color: #007800;">$PASTEL</span><br />
DISPLAYS+=<span style="color: #ff0000;">&quot;}&quot;</span></div></td></tr></tbody></table></div>
<p>with something like this:</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #007800;">DISPLAYS</span>=<span style="color: #000000; font-weight: bold;">`</span>defaults <span style="color: #c20cb9; font-weight: bold;">read</span> net.sourceforge.iTerm Displays <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">&quot;s/}$//&quot;</span><span style="color: #000000; font-weight: bold;">`</span><br />
<span style="color: #007800;">DISPLAYS</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$DISPLAYS</span><span style="color: #007800;">$PASTEL</span>}&quot;</span></div></td></tr></tbody></table></div>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmytro Shteflyuk</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-283184</link>
		<dc:creator>Dmytro Shteflyuk</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-283184</guid>
		<description>Looks like you need to change keyboard profile in &quot;Profile&quot; window</description>
		<content:encoded><![CDATA[<p>Looks like you need to change keyboard profile in &#8220;Profile&#8221; window</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-283180</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-283180</guid>
		<description>Wow! Nice colors!

However, after running the script my delete button output ~ (tilde) instead of deleting.</description>
		<content:encoded><![CDATA[<p>Wow! Nice colors!</p>
<p>However, after running the script my delete button output ~ (tilde) instead of deleting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lepido</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-282938</link>
		<dc:creator>Lepido</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-282938</guid>
		<description>Hi,
i would like to use the pastel display profile but i end up with the following error msg:

[cc]
./pastel.sh: line 132: DISPLAYS+=&quot;Pastel&quot;: command not found
./pastel.sh: line 133: DISPLAYS+=}: command not found
2009-09-11 10:47:29.532 defaults[840] Could not parse: {
[/cc]

could you give me a hint?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i would like to use the pastel display profile but i end up with the following error msg:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">./pastel.sh: line 132: DISPLAYS+=&quot;Pastel&quot;: command not found<br />
./pastel.sh: line 133: DISPLAYS+=}: command not found<br />
2009-09-11 10:47:29.532 defaults[840] Could not parse: {</div></td></tr></tbody></table></div>
<p>could you give me a hint?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SaYDoX</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-282823</link>
		<dc:creator>SaYDoX</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-282823</guid>
		<description>Very nice :)
Thanks man !</description>
		<content:encoded><![CDATA[<p>Very nice :)<br />
Thanks man !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy van der Meij</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-282764</link>
		<dc:creator>Roy van der Meij</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-282764</guid>
		<description>Thanks for the pastel colours. 
iTerm is really a great piece of software,
iTerm + vim + screen == the best IDE for me :)</description>
		<content:encoded><![CDATA[<p>Thanks for the pastel colours.<br />
iTerm is really a great piece of software,<br />
iTerm + vim + screen == the best IDE for me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamolin</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-282611</link>
		<dc:creator>jamolin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 18:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-282611</guid>
		<description>Hello,
The original colour setting seems that
http://picasaweb.google.com/jamolin/Question#5367626503871174770
&quot;include&quot; uses purple &quot;header&quot; and &quot;string&quot; use red

While using your setting, it works well.
http://picasaweb.google.com/jamolin/Question#5367626492820509442

But if I use the setting &quot;Default&quot; on localhost, the colour becomes very strange.
http://picasaweb.google.com/jamolin/Question#5367626508010770914

However, I use &quot;Default&quot; on remote machine by ssh, it returns to a normal looks as Fig.1

Do you have any ideal about fixing the problem.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
The original colour setting seems that<br />
<a href="http://picasaweb.google.com/jamolin/Question#5367626503871174770" rel="nofollow">http://picasaweb.google.com/jamolin/Question#5367626503871174770</a><br />
&#8220;include&#8221; uses purple &#8220;header&#8221; and &#8220;string&#8221; use red</p>
<p>While using your setting, it works well.<br />
<a href="http://picasaweb.google.com/jamolin/Question#5367626492820509442" rel="nofollow">http://picasaweb.google.com/jamolin/Question#5367626492820509442</a></p>
<p>But if I use the setting &#8220;Default&#8221; on localhost, the colour becomes very strange.<br />
<a href="http://picasaweb.google.com/jamolin/Question#5367626508010770914" rel="nofollow">http://picasaweb.google.com/jamolin/Question#5367626508010770914</a></p>
<p>However, I use &#8220;Default&#8221; on remote machine by ssh, it returns to a normal looks as Fig.1</p>
<p>Do you have any ideal about fixing the problem.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-282581</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Fri, 19 Mar 2010 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-282581</guid>
		<description>very nice colors. thanks for posting them.</description>
		<content:encoded><![CDATA[<p>very nice colors. thanks for posting them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmytro Shteflyuk</title>
		<link>http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/#comment-282390</link>
		<dc:creator>Dmytro Shteflyuk</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/?p=645#comment-282390</guid>
		<description>Not sure what do you mean. Could you explain (screenshots are welcome). Thanks!</description>
		<content:encoded><![CDATA[<p>Not sure what do you mean. Could you explain (screenshots are welcome). Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
