Comments on: Customizing iTerm. Creating a display profile with pastel colors https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/ In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming. Tue, 09 Aug 2011 23:54:36 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Guangshan https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-284457 Thu, 05 Nov 2009 18:28:34 +0000 http://kpumuk.info/?p=645#comment-284457 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 “master” shows as green color.

In my terminal windows, all the characters are white color.

How to change it? Thanks

]]>
By: Dmytro Shteflyuk https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-283185 Wed, 23 Sep 2009 15:02:43 +0000 http://kpumuk.info/?p=645#comment-283185 In reply to Lepido.

Could replace

1
2
3
DISPLAYS=`defaults read net.sourceforge.iTerm Displays | sed "s/}$//"`
DISPLAYS+=$PASTEL
DISPLAYS+="}"

with something like this:

1
2
DISPLAYS=`defaults read net.sourceforge.iTerm Displays | sed "s/}$//"`
DISPLAYS="$DISPLAYS$PASTEL}"

?

]]>
By: Dmytro Shteflyuk https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-283184 Wed, 23 Sep 2009 14:59:48 +0000 http://kpumuk.info/?p=645#comment-283184 In reply to Martin.

Looks like you need to change keyboard profile in “Profile” window

]]>
By: Martin https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-283180 Wed, 23 Sep 2009 14:36:26 +0000 http://kpumuk.info/?p=645#comment-283180 Wow! Nice colors!

However, after running the script my delete button output ~ (tilde) instead of deleting.

]]>
By: Lepido https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-282938 Fri, 11 Sep 2009 09:02:49 +0000 http://kpumuk.info/?p=645#comment-282938 Hi,
i would like to use the pastel display profile but i end up with the following error msg:

1
2
3
./pastel.sh: line 132: DISPLAYS+="Pastel": command not found
./pastel.sh: line 133: DISPLAYS+=}: command not found
2009-09-11 10:47:29.532 defaults[840] Could not parse: {

could you give me a hint?

Thanks!

]]>
By: SaYDoX https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-282823 Mon, 31 Aug 2009 09:46:48 +0000 http://kpumuk.info/?p=645#comment-282823 Very nice :)
Thanks man !

]]>
By: Roy van der Meij https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-282764 Wed, 26 Aug 2009 12:53:47 +0000 http://kpumuk.info/?p=645#comment-282764 Thanks for the pastel colours.
iTerm is really a great piece of software,
iTerm + vim + screen == the best IDE for me :)

]]>
By: jamolin https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-282611 Sat, 08 Aug 2009 16:21:04 +0000 http://kpumuk.info/?p=645#comment-282611 Hello,
The original colour setting seems that
http://picasaweb.google.com/jamolin/Question#5367626503871174770
“include” uses purple “header” and “string” use red

While using your setting, it works well.
http://picasaweb.google.com/jamolin/Question#5367626492820509442

But if I use the setting “Default” on localhost, the colour becomes very strange.
http://picasaweb.google.com/jamolin/Question#5367626508010770914

However, I use “Default” on remote machine by ssh, it returns to a normal looks as Fig.1

Do you have any ideal about fixing the problem.
Thanks

]]>
By: seth https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-282581 Fri, 07 Aug 2009 02:35:40 +0000 http://kpumuk.info/?p=645#comment-282581 very nice colors. thanks for posting them.

]]>
By: Dmytro Shteflyuk https://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/comment-page-1/#comment-282390 Sat, 25 Jul 2009 17:32:31 +0000 http://kpumuk.info/?p=645#comment-282390 Not sure what do you mean. Could you explain (screenshots are welcome). Thanks!

]]>