You are not logged in.
COMMUNISTCHINA wrote: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.
Thanks
i don't know you that well.
Offline
You scheme reminded me of my favorite gvim skin: Desert.
I took your config and thus easily had the perfect xterm look for me
Thank you for posting your theme.
Offline
How do you get a line like that?
Is there a place where you can download terminal themes?
I think that's zsh, so you would need to use zsh to do that.
Here
[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]
Offline
I cbf cutting the appropriate half, so enjoy my clock.
*color0: rgb:00/00/00
*color1: rgb:d3/62/65
*color2: rgb:ae/ce/91
*color3: rgb:e7/e1/8c
*color4: rgb:7a/7a/b0
*color5: rgb:96/3c/59
*color6: rgb:41/81/79
*color7: rgb:be/be/be
*color8: rgb:66/66/66
*color9: rgb:ef/81/71
*color10: rgb:e5/f7/79
*color11: rgb:ff/f7/96
*color12: rgb:41/86/be
*color13: rgb:ef/9e/be
*color14: rgb:71/be/be
*color15: rgb:ff/ff/ff
Offline
*background: #1a1a1a
*foreground: #acacab
*color0: #050505
*color1: #e9897c
*color2: #b6377d
*color3: #ecebbe
*color4: #a9cdeb
*color5: #75507b
*color6: #c9caec
*color7: #f2f2f2
*color8: #141414
*color9: #f99286
*color10: #c3f786
*color11: #fcfbcc
*color12: #b6defb
*color13: #ad7fa8
*color14: #d7d9fc
*color15: #e2e2e2
Offline
~/.Xdefaults
*background: #242424
*foreground: #e2e2e5
# Black
*color0: rgb:00/00/00
# Red
*color1: rgb:ff/5d/28
# Green
*color2: rgb:b1/d6/31
# Yellow
*color3: rgb:e6/ea/50
# Blue
*color4: rgb:7e/8a/a2
# Magenta
*color5: rgb:af/5f/5f
# Cyan
*color6: rgb:ac/f0/f2
# White
*color7: rgb:e2/e2/e5
# Black
*color8: rgb:00/00/00
# Red
*color9: rgb:ff/5d/28
# Green
*color10: rgb:b1/d6/31
# Yellow
*color11: rgb:e6/ea/50
# Blue
*color12: rgb:7e/8a/a2
# Magenta
*color13: rgb:af/5f/5f
# Cyan
*color14: rgb:ac/f0/f2
# White
*color15: rgb:e2/e2/e5
Offline
Here goes mine..
URxvt*foreground: #9da560
URxvt*background: #101309
!Black
URxvt*color0: #101309
URxvt*color8: #222815
!Red
URxvt*color1: #C8611F
URxvt*color9: #ffb73e
!Green
URxvt*color2: #546B28
URxvt*color10: #9fca4e
!Yelllow
URxvt*color3: #DCA53E
URxvt*color11: #ffff77
!Blue
URxvt*color4: #235967
URxvt*color12: #45a9c2
!Magenta
URxvt*color5: #914C5A
URxvt*color13: #ff91aa
!Cyan
URxvt*color6: #4F9E4E
URxvt*color14: #96ff94
!White
URxvt*color7: #9da560
URxvt*color15: #ffffd8
Offline
Anyone who would like to share a color scheme for a white background?
I've been trying it out for a while and I find it quite nice for the eyes.
Offline
Okay, so how do I set the values of BLUE,CYAN,RED, etc. in tty console? It would be awesome to get to use some of these themes without needing X..
Note: I'm using uvesafb framebuffer, if that makes any difference. As I understand it, regardless framebuffers bit depth, 8 or 16 colors is all you can expect from tty. Well, with so few, it would be really awesome to have them be decent looking, right?
Offline
@Ashren: try zenburn with all colors 1-2 shades darker. I don't have the file right now.
urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand
Offline
@jceasless: You can set the linux console colors with escape sequences like this:
if [ "$TERM" = "linux" ]; then
echo -en "\e]P00f0f0f"
...
fi
Where \e]P marks the beginning of the escape sequence, 0 is the color number (0-9 and A-F for your 16 colors), and the last six characters are the rgb values. Put it in your bashrc file. I got this information from phrak's blog, btw. Have never found it anywhere else, nor figured out where he could have possibly learned it from...
Last edited by fflarex (2009-05-27 07:41:09)
Offline
@jceasless: You can set the linux console colors with escape sequences like this:
if [ "$TERM" = "linux" ]; then echo -en "\e]P00f0f0f" ... fi
Where \e]P marks the beginning of the escape sequence, 0 is the color number (0-9 and A-F for your 16 colors), and the last six characters are the rgb values. Put it in your bashrc file. I got this information from phrak's blog, btw. Have never found it anywhere else, nor figured out where he could have possibly learned it from...
Thank fflarex! You are quite right that that info is far from widespread. Maybe I'll start a thread with [SOLVED] in the title so perhaps google will pick up the good news for the next lost soul
EDIT: I'm going to wait to do that until it I've got it up, running, and documented.
Last edited by jceasless (2009-05-27 20:21:16)
Offline
http://xs229.xs.to/xs229/08293/2008-07- … rot298.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
btw, love it.
Offline
Alot of dark here, I thought i'd add my light theme ..
http://img200.imageshack.us/img200/8108 … 09term.png
Wierd forum seems to have stretched the image .. click it to get proper res on imageshack
You've linked to a resized image, this is the right one:
I think I'll give it a try: I've never been able to adjust to a light terminal, with this nice colour scheme I'm willing to give it another shot
Offline
Herm, funny thing is .. your "fixed" version looks the same
Offline
Herm, funny thing is .. your "fixed" version looks the same
Heh, now that you mention it: it does That's pretty weird
EDIT: btw, would you mind including your .Xdefaults for the colours?
Last edited by whordijk (2009-07-09 15:35:15)
Offline
I'm using gnome-terminal ... can't seem to get urxvt to display the same, but the colors should be about right :
urxvt.font: xft:DejaVu Sans Mono-9:book:autohint=true:hinting=true
urxvt.boldFont: xft:DejaVu Sans Mono-9:book:autohint=true:hinting=true
urxvt.foreground: #313131
urxvt.background: #f0f0f0
urxvt.color0 : #252525
urxvt.color1 : #ba7373
urxvt.color2 : #739456
urxvt.color3 : #a4712e
urxvt.color4 : #25414f
urxvt.color5 : #6f4f70
urxvt.color6 : #3c6f69
urxvt.color7 : #ffffff
urxvt.color8 : #666666
urxvt.color9 : #c14b4b
urxvt.color10: #6ca318
urxvt.color11: #7f672e
urxvt.color12: #537595
urxvt.color13: #a971a7
urxvt.color14: #70999a
urxvt.color15: #cacaca
Offline
Hi
I'm looking for the so called Thayer's color scheme that should be based on Dante's Vim color scheme.
It seems I can't find it anywhere...
Just to let you understand what I'm talking about, it should be the one in this screenshot:
Does anyone has hints (maybe thayer himself!)?
Thank you.
rent0n@deviantART | rent0n@bitbucket | rent0n@identi.ca | LRU #337812
aspire: Acer Aspire 5920 Arch Linux x86_64 | beetle: Gericom Beetle G733 Arch Linux i686
Offline
@Renton: http://cinderwick.ca/files/configs/Xdefaults
---
This is a mish-mash of colors pulled out of wallpapers, and (obviously) inspired by Thayer's colors:
*foreground: #DDEEDD
*background: #1C1C1C
!black
*color0: #1C1C1C
*color8: #4d4d4d
!red
*color1: #D81860
*color9: #F00060
!green
*color2: #B7CE42
*color10: #BDE077
!yellow
*color3: #FEA63C
*color11: #FFE863
!blue
*color4: #66AABB
*color12: #AACCBB
!magenta
*color5: #B7416E
*color13: #BB4466
!cyan
*color6: #5E7175
*color14: #A3BABF
!white
*color7: #DDEEDD
*color15: #6C887A
Offline
@Renton: http://cinderwick.ca/files/configs/Xdefaults
---
This is a mish-mash of colors pulled out of wallpapers, and (obviously) inspired by Thayer's colors:
http://www.upload3r.com/serve/081109/1257689901.png*foreground: #DDEEDD *background: #1C1C1C !black *color0: #1C1C1C *color8: #4d4d4d !red *color1: #D81860 *color9: #F00060 !green *color2: #B7CE42 *color10: #BDE077 !yellow *color3: #FEA63C *color11: #FFE863 !blue *color4: #66AABB *color12: #AACCBB !magenta *color5: #B7416E *color13: #BB4466 !cyan *color6: #5E7175 *color14: #A3BABF !white *color7: #DDEEDD *color15: #6C887A
Unfortunately, Thayer's current .Xdefaults does not contain that color scheme, but a "tangoesque" color scheme, pretty different.
Yours looks nice, I'll try it!
Anyone knows where to find the original one?
rent0n@deviantART | rent0n@bitbucket | rent0n@identi.ca | LRU #337812
aspire: Acer Aspire 5920 Arch Linux x86_64 | beetle: Gericom Beetle G733 Arch Linux i686
Offline
Hi
I'm looking for the so called Thayer's color scheme that should be based on Dante's Vim color scheme.
Pretty sure they're the original color set,
!black
*color0: #262729
*color8: #554444
!red
*color1: #F92672
*color9: #FF669D
!green
*color2: #A6E22E
*color10: #BEED5F
!yellow
*color3: #FD971F
*color11: #E6DB74
!blue
*color4: #66D9EF
*color12: #66D9EF
!magenta
*color5: #9E6FFE
*color13: #9E6FFE
!cyan
*color6: #5E7175
*color14: #A3BABF
!white
*color7: #CCCCC6
*color15: #F8F8F2
Offline
Unfortunately, Thayer's current .Xdefaults does not contain that color scheme, but a "tangoesque" color scheme, pretty different.
Anyone knows where to find the original one?
http://cinderwick.ca/files/configs/myDe … 90621-dwm/
I started to date my snapshots so I could have clear picture of what everything looked like at a given time. The above link has the original molokai-inspired colors.
...and the latest rendition of this color scheme is here:
! terminal colours
*foreground:#a0a0a0
*background:#1b1d1e
!molokai inspired colors
!black
*color0: #1b1d1e
*color8: #505354
!red
*color1: #f92672
*color9: #ff5995
!green
*color2: #82b414
*color10: #b6e354
!yellow
*color3: #fd971f
*color11: #feed6c
!blue
*color4: #56c2d6
*color12: #8cedff
!magenta
*color5: #8c54fe
*color13: #9e6ffe
!cyan
*color6: #465457
*color14: #899ca1
!white
*color7: #ccccc6
*color15: #f8f8f2
I finally got around to tweaking the normal/bright shades of blue and magenta.
Last edited by thayer (2009-11-09 11:51:21)
thayer williams ~ cinderwick.ca
Offline
Thank you thayer, I love your colors!
rent0n@deviantART | rent0n@bitbucket | rent0n@identi.ca | LRU #337812
aspire: Acer Aspire 5920 Arch Linux x86_64 | beetle: Gericom Beetle G733 Arch Linux i686
Offline