Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22nd September 2009, 09:17 PM
kromberg Offline
Registered User
 
Join Date: Mar 2008
Posts: 130
windows_xp_2003firefox
Color Combos for Terminals

What are some good foregroiund and background color combos for terminal windows?
Reply With Quote
  #2  
Old 22nd September 2009, 10:19 PM
William Haller Offline
Registered User
 
Join Date: Jul 2005
Age: 52
Posts: 1,013
linuxfedorakonqueror
I like white on black, personally, with a transparency configured to allow just a bit of the background picture to show through.
Reply With Quote
  #3  
Old 22nd September 2009, 10:51 PM
Gödel's Avatar
Gödel Offline
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 1,095
linuxubuntufirefox
Brown on light grey is quite pleasant, or anything on black. The default black on white is fine though.

You can preview the basic combinations with this script, should work even on console terminals. (Gnome terminal et al can use 24bit colour combinations)

Code:
#!/bin/bash
#
#   This file echoes a bunch of color codes to the 
#   terminal to demonstrate what's available.  Each 
#   line is the color code of one forground color,
#   out of 17 (default + 16 escapes), followed by a 
#   test use of that color on all nine background 
#   colors (default + 8 escapes).
#  (Daniel Crisman)


T='gYw'   # The test text

echo -e "\n                 40m     41m     42m     43m\
     44m     45m     46m     47m";

for FGs in '    m' '   1m' '  30m' '1;30m' '  31m' '1;31m' '  32m' \
           '1;32m' '  33m' '1;33m' '  34m' '1;34m' '  35m' '1;35m' \
           '  36m' '1;36m' '  37m' '1;37m';
  do FG=${FGs// /}
  echo -en " $FGs \033[$FG  $T  "
  for BG in 40m 41m 42m 43m 44m 45m 46m 47m;
    do echo -en "$EINS \033[$FG\033[$BG  $T  \033[0m";
  done
  echo;
done
echo
Attached Thumbnails
Click image for larger version

Name:	colors.png
Views:	33
Size:	103.7 KB
ID:	18100   Click image for larger version

Name:	brown.png
Views:	32
Size:	67.3 KB
ID:	18101  

Last edited by Gödel; 22nd September 2009 at 10:54 PM.
Reply With Quote
  #4  
Old 22nd September 2009, 11:02 PM
William Haller Offline
Registered User
 
Join Date: Jul 2005
Age: 52
Posts: 1,013
linuxfedorakonqueror
That has to win a "Cool script of the day" award somewhere.
Reply With Quote
  #5  
Old 23rd September 2009, 12:25 AM
Gödel's Avatar
Gödel Offline
Registered User
 
Join Date: Jul 2009
Location: London,England
Posts: 1,095
linuxfedorafirefox
Quote:
Originally Posted by William Haller View Post
That has to win a "Cool script of the day" award somewhere.
yeah it's a nice one, I found it here http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html
Reply With Quote
Reply

Tags
color, combos, terminals

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Terminals daviddoria Using Fedora 3 20th June 2008 03:41 PM
16-bit color vs. 32-bit color depth cnayak Using Fedora 6 11th August 2006 03:07 AM
Cheap MB/Proc combos? CuCullin Wibble 2 1st July 2005 04:21 PM
Seeking Advice - Bluetooth wireless keyboard/mouse combos spiderworm Hardware & Laptops 3 11th March 2005 01:57 AM
Best repo combos for YUM? carbo18 Fedora Focus 3 23rd November 2004 01:39 PM


Current GMT-time: 07:28 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat