You are not logged in.
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
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
thayer williams ~ cinderwick.ca
Offline
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
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
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.htmlthanx
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
Offline
Offline
! 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
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
What can I say? I enjoy the tango theme.
Offline
*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
Pretty damn plain. Files @ http://dotfiles.org/~babypuncher
Last edited by babypuncher (2008-07-17 11:29:09)
Offline
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
Here:
...
Thank you!!!
Offline
I made this a looong time ago:
http://phraktured.net/terminal-colors/
Offline
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
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
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
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
*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)
deviantART | GitHub | Last.fm
Offline
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
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).
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
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