You are not logged in.

#1 2008-07-16 18:38:14

smurnjiff
Member
Registered: 2007-06-25
Posts: 211

Terminal Colour Scheme Screenshots

Using this handy script from http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html here is a picture of my default color scheme. 

#!/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).
#

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

2008-07-16-143419_976x556_scrot.png

I'm interested in seeing what other people use as their default color scheme: post yours!

Last edited by smurnjiff (2008-07-16 21:01:55)

Offline

#2 2008-07-16 18:58:17

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: Terminal Colour Scheme Screenshots

termcolours.png

http://cinderwick.ca/files/configs/

Last edited by thayer (2008-11-19 23:19:48)


thayer williams ~ cinderwick.ca

Offline

#3 2008-07-16 18:58:45

semperfiguy
Member
Registered: 2007-12-03
Posts: 224

Re: Terminal Colour Scheme Screenshots

Slightly different script...  but here are my colors:

edit: for the sake of consistancy..
http://xs.to/xs.php?h=xs329&d=08293&f=colors245.png

Last edited by semperfiguy (2008-07-17 14:31:09)

Offline

#4 2008-07-16 19:39:59

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

Re: Terminal Colour Scheme Screenshots

Hi guys..
do you think this can be converted to an .Xdefault color scheme some how?

on this link, change to "all blue" "high" at the top:
http://www.stanford.edu/~gi1242/per/ope … 6-doc.html

thanx

Offline

#5 2008-07-16 22:27:15

neodreams
Member
Registered: 2006-03-20
Posts: 87

Re: Terminal Colour Scheme Screenshots

daf666 wrote:

Hi guys..
do you think this can be converted to an .Xdefault color scheme some how?

on this link, change to "all blue" "high" at the top:
http://www.stanford.edu/~gi1242/per/ope … 6-doc.html

thanx

Here:

urxvt*color0: #2B2B2B
urxvt*color1: #870000
urxvt*color2: #5F875F
urxvt*color3: #875F00
urxvt*color4: #005FAF
urxvt*color5: #5F5F87
urxvt*color6: #008787
urxvt*color7: #818181
urxvt*color8: #414141
urxvt*color9: #D70000
urxvt*color10: #AFD7AF
urxvt*color11: #D7AF00
urxvt*color12: #00AFFF
urxvt*color13: #AFAFD7
urxvt*color14: #00D7D7
urxvt*color15: #CECECE

Offline

#6 2008-07-16 22:34:33

neodreams
Member
Registered: 2006-03-20
Posts: 87

Re: Terminal Colour Scheme Screenshots

colorscheme.png

Offline

#7 2008-07-16 22:46:37

boily
Member
From: Montréal
Registered: 2007-03-17
Posts: 75
Website

Re: Terminal Colour Scheme Screenshots

Let's post more color goodness!

term-colors535.png


A centipede is an inchworm that has switched to the metric system.

Offline

#8 2008-07-17 00:48:18

mrcold
Member
Registered: 2008-01-24
Posts: 150

Re: Terminal Colour Scheme Screenshots

2008-07-16-194448_1440x900_scrot298.png

! Black
URxvt*color0:           #262626
URxvt*color8:           #252525

! Red
URxvt*color1:           #C12121
URxvt*color9:           #E50E0E

! Green
URxvt*color2:           #597b20
URxvt*color10:          #89b83f

! Yellow
URxvt*color3:           #Ded838
URxvt*color11:          #efef60

! Blue
URxvt*color4:           #265997
URxvt*color12:          #3F6FD0

! Magenta
URxvt*color5:           #706c9a
URxvt*color13:          #826ab1

! Cyan
URxvt*color6:           #69a2b0
URxvt*color14:          #a1cdcd

! White
URxvt*color7:           #BBBBBB
URxvt*color15:          #EEEEEF

Offline

#9 2008-07-17 00:53:31

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Terminal Colour Scheme Screenshots

colordh4.png


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#10 2008-07-17 00:59:03

Square
Member
Registered: 2008-06-11
Posts: 435

Re: Terminal Colour Scheme Screenshots

630132_610x329.png

What can I say? I enjoy the tango theme.


 

Offline

#11 2008-07-17 08:12:22

yettenet
Member
Registered: 2007-05-17
Posts: 129

Re: Terminal Colour Scheme Screenshots

*foreground:     rgb:aa/aa/99
*background:     rgb:00/00/00
!black
*color0:     rgb:00/00/00
*color8:     rgb:26/27/29
!red
*color1:     rgb:80/32/32
*color9:     rgb:9e/18/28
!green
*color2:     rgb:5b/76/2f
*color10:     rgb:89/b8/3f
!brown/yellow
*color3:     rgb:aa/99/43
*coror11:     rgb:c4/a0/00
!blue
*color4:     rgb:32/4c/80
*color12:     rgb:20/4a/87
!magenta
*color5:     rgb:ce/5c/00
*color13:     rgb:f5/79/00
!cyan
*color6:     rgb:51/7d/8a
*color14:     rgb:46/a4/ff

!white
*color7:     rgb:aa/aa/99
*color15:     rgb:bb/bb/aa

Last edited by yettenet (2012-07-23 14:41:15)

Offline

#12 2008-07-17 09:40:55

Pnevma
Member
Registered: 2008-04-11
Posts: 112

Re: Terminal Colour Scheme Screenshots

bashcol.png

Yay, finished it.

Last edited by Pnevma (2009-07-22 13:38:08)

Offline

#13 2008-07-17 11:14:23

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Terminal Colour Scheme Screenshots

Everything default except blue, which is #7070ff
scrot20080717130910ew1.th.png

Offline

#14 2008-07-17 11:26:11

babypuncher
Member
From: .au
Registered: 2007-03-12
Posts: 114
Website

Re: Terminal Colour Scheme Screenshots

colorspi0.png

Pretty damn plain. Files @ http://dotfiles.org/~babypuncher

Last edited by babypuncher (2008-07-17 11:29:09)

Offline

#15 2008-07-17 15:43:46

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: Terminal Colour Scheme Screenshots

are you guys saying there's a way to change the default colors that get displayed in bash terminals? I added some of the examples here to my .Xdefaults file and restarted X, but I get the same colors as before. how do I change them?


->> n/m that was aterm. it works in urxvt. cool! never knew that.

Last edited by slackhack (2008-07-17 15:46:53)

Offline

#16 2008-07-17 18:09:24

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

Re: Terminal Colour Scheme Screenshots

neodreams wrote:

Here:
...

Thank you!!! yikes

Offline

#17 2008-07-17 18:34:34

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Terminal Colour Scheme Screenshots

I made this a looong time ago:
http://phraktured.net/terminal-colors/

Offline

#18 2008-07-17 18:41:12

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Terminal Colour Scheme Screenshots

phrakture wrote:

I made this a looong time ago:
http://phraktured.net/terminal-colors/

Nice collection.
I have been meaning to try out a white background colorscheme. My previous attempts at this made me blind for days, which I find really odd because, well, Firefox for example is just fine with white background. So I'll try some of those out.

Edit: I'm blind again! Something about white background in URxvt that just makes me feel queasy. And it's not (just) about colors being harder to read, I even tried only black on white.

Last edited by Procyon (2008-07-17 19:11:48)

Offline

#19 2008-07-17 21:33:56

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Terminal Colour Scheme Screenshots

Procyon wrote:
phrakture wrote:

I made this a looong time ago:
http://phraktured.net/terminal-colors/

Nice collection.
I have been meaning to try out a white background colorscheme. My previous attempts at this made me blind for days, which I find really odd because, well, Firefox for example is just fine with white background. So I'll try some of those out.

Edit: I'm blind again! Something about white background in URxvt that just makes me feel queasy. And it's not (just) about colors being harder to read, I even tried only black on white.

I thought about using this one: http://phraktured.net/terminal-colors/t … fteen.html

Then I realized I'd be cleaning vomit off my keyboard much more regularly than I do now.

Offline

#20 2008-07-18 10:04:05

babypuncher
Member
From: .au
Registered: 2007-03-12
Posts: 114
Website

Re: Terminal Colour Scheme Screenshots

I don't mind a white (with a little less contrast) terminal at all, but have never been able to make urxvt's transparency work with it, despite it working with every other background color I've randomly picked to test.

Offline

#21 2008-07-25 19:25:39

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: Terminal Colour Scheme Screenshots

For those who use/have used Gentoo and like its color scheme for console, I have a package in AUR called gentoo-bashrc which provides Gentoo's bashrc file (and thus console color scheme).


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#22 2008-08-02 21:38:30

sen
Member
From: .de
Registered: 2007-02-18
Posts: 153
Website

Re: Terminal Colour Scheme Screenshots

term_colors.png

*foreground:     #DDDDDD
*background:     #121212
!black
*color0:         #353535
*color8:         #666666
!red
*color1:         #AE4747
*color9:         #EE6363
!green
*color2:         #556B2F
*color10:        #9ACD32
!brown/yellow
*color3:         #DAA520
*color11:        #FFC125
!blue
*color4:         #6F99B4
*color12:        #7C96B0
!magenta
*color5:         #8B7B8B
*color13:        #D8BFD8
!cyan
*color6:         #A7A15E
*color14:        #F0E68C
!white
*color7:         #DDDDDD
*color15:        #FFFFFF

I'm still using this one (created it about half a year ago).

Last edited by sen (2010-06-21 21:40:22)

Offline

#23 2008-08-03 10:32:31

yettenet
Member
Registered: 2007-05-17
Posts: 129

Re: Terminal Colour Scheme Screenshots

Replaced some elements of my previous colour theme here with colour codes from here (some of them I edited further)

*background:    #000000
*foreground:    #bbbb99
*color0:        #000000
*color8:        #555544
*color1:        #AE4747
*color9:        #EE6363
*color2:        #6b862f
*color10:       #89b83f
*color3:        #BAA520
*color11:       #FFC135
*color4:        #5485a4
*color12:       #729fcf
#*color5:        #75507b
*color5:        #85608b
*color13:       #ad7fa8
*color6:        #5f9ea0
*color14:       #a1cdcd
*color7:        #bbbb99
*color15:       #eeeebb

Last edited by yettenet (2012-07-23 14:41:21)

Offline

#24 2008-08-03 17:00:33

COMMUNISTCHINA
Member
Registered: 2008-06-16
Posts: 122
Website

Re: Terminal Colour Scheme Screenshots

sen wrote:

http://xs230.xs.to/xs230/08316/term_colors402.png

*foreground:     #DDDDDD
*background:     #121212
!black
*color0:         #353535
*color8:         #666666
!red
*color1:         #AE4747
*color9:         #EE6363
!green
*color2:         #556B2F
*color10:        #9ACD32
!brown/yellow
*color3:         #DAA520
*color11:        #FFC125
!blue
*color4:         #6F99B4
*color12:        #7C96B0
!magenta
*color5:         #8B7B8B
*color13:        #D8BFD8
!cyan
*color6:         #A7A15E
*color14:        #F0E68C
!white
*color7:         #DDDDDD
*color15:        #FFFFFF

I'm still using this one (created it about half a year ago).

neutral How do you get a line like that?
Is there a place where you can download terminal themes?


i don't know you that well.

Offline

#25 2008-08-03 18:01:59

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: Terminal Colour Scheme Screenshots

COMMUNISTCHINA wrote:

neutral How do you get a line like that?
Is there a place where you can download terminal themes?

Have a look at the What's your PS1 thread.


thayer williams ~ cinderwick.ca

Offline

Board footer

Powered by FluxBB