You are not logged in.
A slight modification of Pnevma's last scheme (which links to nothing now):
!colors:
!scheme: pnevma
!*foreground: #696969
!*background: #282626
*foreground: #6F6767
*background: #3A3636
*color0: #363636
*color8: #424242
*color1: #C37561
*color9: #D19485
*color2: #A0A57E
*color10: #B6B99D
*color3: #D1A375
*color11: #DEBC9C
*color4: #7985A3
*color12: #98A1B9
*color5: #AB716D
*color13: #BE918E
*color6: #98B9B1
*color14: #CBE6CB
*color7: #D0D0D0
*color15: #E6E6E6
Offline
!black
URxvt.color0: #000000
URxvt.color8: #2B2B2B
!red
URxvt.color1: #A5372E
URxvt.color9: #E06C5C
!green
URxvt.color2: #4A663C
URxvt.color10: #7B996C
!yellow
URxvt.color3: #7C5618
URxvt.color11: #B38849
!blue
URxvt.color4: #566060
URxvt.color12: #889393
!magenta
URxvt.color5: #8E4948
URxvt.color13: #C67C78
!cyan
URxvt.color6: #6D5B42
URxvt.color14: #A28D73
!white
URxvt.color7: #8D8D8D
URxvt.color15: #C6C6C6
urxvt.background: #111111
urxvt.foreground: 15
Offline
"Dwm-colors"- Inspired by the DWM-6.0 colors
!= dwm-colors = !
*background: #222222
*foreground: #eeeeee
*cursorColor: #B15C00
!! black dark/light
*color0: #222222
*color8: #444444
!! red dark/light
*color1: #B10000
*color9: #CC0000
!! green dark/light
*color2: #6CB100
*color10: #7CCC00
!! yellow dark/light
*color3: #B15C00
*color11: #CC6A00
!! blue dark/light
*color4: #005577
*color12: #0075A3
!! magenta dark/light
*color5: #5600B1
*color13: #6300CC
!! cyan dark/light
*color6: #007177
*color14: #009199
!! white dark/light
*color7: #bbbbbb
*color15: #eeeeee
Last edited by ivoarch (2011-12-24 10:36:14)
Offline
I'm trying to use Domcide's config but I am getting an odd output. Where it is supposed to be green I get pink.... Same thing happen with the background color which I already changed. Any thoughts on this?? I.E. What am I doing wrong?
My .Xdefaults
[jarvis@watson ~]$ cat .Xdefaults
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
!
! U R X V T - Settings
!
URxvt*geometry: 100x35
URxvt*borderLess: false
URxvt*depth: 32
URxvt*scrollBar_right: true
URxvt*font: xft:terminus-9
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*scrollColor: #111111
URxvt*perl-ext-common: default,clipboard,tabbed,matcher
URxvt.scrollBar: off
#URxvt.iconFile: ~/icons/Terminal.svg
URxvt.tabbed.tabbar-fg: 7
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 4
URxvt.tabbed.tab-bg: 0
URxvt*termName: rxvt-256color
URxvt.urlLauncher: /usr/bin/firefox-aurora
URxvt.matcher.button: 1
!---------------------------------------------------------------------------------
!
! U R X V T - Colors
!
!---------------------------------------------------------------------------------
!black
URxvt.color0: #000000
URxvt.color8: #2B2B2B
!red
URxvt.color1: #A5372E
URxvt.color9: #E06C5C
!green
URxvt.color2: #4A663C
URxvt.color10: #7B996C
!yellow
URxvt.color3: #7C5618
URxvt.color11: #B38849
!blue
URxvt.color4: #566060
URxvt.color12: #889393
!magenta
URxvt.color5: #8E4948
URxvt.color13: #C67C78
!cyan
URxvt.color6: #6D5B42
URxvt.color14: #A28D73
!white
URxvt.color7: #8D8D8D
URxvt.color15: #C6C6C6
urxvt.background: #1c1c1c
urxvt.foreground: 15
Offline
^Maybe there's an extra whitespace after the hexcode, like "#4A663C " instead of "#4A663C". Sometimes this happens when copying.
Offline
!black
*color0: #333333
*color8: #666666
!red
*color1: #f20a25
*color9: #bf081d
!green
*color2: #0af23c
*color10: #41bf5c
!yellow
*color3: #e7f20a
*color11: #cfd909
!blue
*color4: #0a4cf2
*color12: #083cbf
!magenta
*color5: #b00af2
*color13: #8b08bf
!cyan
*color6: #0ae6f2
*color14: #08b6bf
!white
*color7: #aaaaaa
*color15: #cccccc
Offline
light colors
*background: #101010
*foreground: #66FF66
*cursorColor: #66ff66
!black
*color0: #1c1c1c
*color8: #4d4d4d
!red
*color1: #D81860
*color9: #F00060
!green
*color2: #60FF60
*color10: #70FF70
!yellow
*color3: #f9fd75
*color11: #f9fd80
!blue
*color4: #4695c8
*color12: #5a9dc8
!magenta
*color5: #a78edb
*color13: #b29fdb
!cyan
*color6: #43afce
*color14: #69b8ce
!white
*color7: #f3ebe2
*color15: #eeeeee
dark colors
*background: #101010
*foreground: #66ff66
*cursorColor: #66ff66
!black
*color0: #1c1c1c
*color8: #4d4d4d
!red
*color1: #960050
*color9: #bb0064
!green
*color2: #66aa11
*color10: #80ff00
!yellow
*color3: #cdd24a
*color11: #e0e565
!blue
*color4: #30309b
*color12: #4141aa
!magenta
*color5: #7e40a5
*color13: #8a5fa5
!cyan
*color6: #3579a8
*color14: #4891c3
!white
*color7: #bbbbbb
*color15: #dddddd
Last edited by OBLiQUE (2012-01-02 15:05:02)
Offline
Adapted from someone elses config I found on the internet somewhere. I think it looks quite nice. :O
The colorscheme I use for vim is rcg_term.
URxvt.termName: rxvt-unicode-noalt
URxvt.secondaryScreen: false
URxvt.cursorBlink: true
URxvt.scrollBar: false
URxvt.borderLess: false
URxvt.inheritPixmap: false
URxvt.iconFile: /usr/share/icons/Tango/scalable/apps/terminal.svg
URxvt.font: xft:Inconsolata:pixelsize=12
URxvt.fontBold: xft:Inconsolata:bold:pixelsize=12
URxvt.fontBoldItalic: xft:Inconsolata:bold:italic:pixelsize=12
URxvt.foreground: #CCCCCC
URxvt.background: #4B5D7E
! Normal
! color0 black
! color1 red
! color2 green
! color3 yellow
! color4 blue
! color5 purple
! color6 cyan
! color7 white
urxvt.color0: #6c6c6c
urxvt.color1: #e9897c
urxvt.color2: #b6e77d
urxvt.color3: #ecebbe
urxvt.color4: #a9cdeb
urxvt.color5: #ea96eb
urxvt.color6: #c9caec
urxvt.color7: #CCCCCC
! Light
! color8 black
! color9 red
! color10 green
! color11 yellow
! color12 blue
! color13 purple
! color14 cyan
! color15 white
urxvt.color8: #747474
urxvt.color9: #f99286
urxvt.color10: #c3f786
urxvt.color11: #fcfbcc
urxvt.color12: #b6defb
urxvt.color13: #fba1fb
urxvt.color14: #d7d9fc
urxvt.color15: #e2e2e2
Offline
I stole my greens and reds (which are closer to a pinks) from this thread and the others from previous desktop threads.
I really love those colors. And because I use putty as my SSH client, I want to have nice colors there too. So I converted the colors to RGB and pasted them in the putty config:
Colour21\255,255,255\
Colour20\221,221,221\
Colour19\240,230,140\
Colour18\167,161,94\
Colour17\216,191,216\
Colour16\139,123,139\
Colour15\124,150,176\
Colour14\111,153,180\
Colour13\255,232,99\
Colour12\254,166,60\
Colour11\189,224,119\
Colour10\183,206,66\
Colour9\240,0,96\
Colour8\216,24,96\
Colour7\102,102,102\
Colour6\53,53,53\
Colour5\221,221,221\
Colour4\53,53,53\
Colour3\102,102,102\
Colour2\53,53,53\
Colour1\255,255,255\
Colour0\221,221,221\
It's made for use with portable putty/putty with a config file. And this is how it looks:
Offline
!black URxvt.color0: #000000 URxvt.color8: #2B2B2B !red URxvt.color1: #A5372E URxvt.color9: #E06C5C !green URxvt.color2: #4A663C URxvt.color10: #7B996C !yellow URxvt.color3: #7C5618 URxvt.color11: #B38849 !blue URxvt.color4: #566060 URxvt.color12: #889393 !magenta URxvt.color5: #8E4948 URxvt.color13: #C67C78 !cyan URxvt.color6: #6D5B42 URxvt.color14: #A28D73 !white URxvt.color7: #8D8D8D URxvt.color15: #C6C6C6 urxvt.background: #111111 urxvt.foreground: 15
I wish to know what you put in your bashrc to get that line that returns with the command.
Offline
Doomcide wrote:I wish to know what you put in your bashrc to get that line that returns with the command.
It's a multiline prompt, the command is the part he typed. In .bashrc, specify PS1 with as many lines as you like:
PS1='blah
blah
blah'
Documentation:
http://tldp.org/HOWTO/Bash-Prompt-HOWTO/
https://wiki.archlinux.org/index.php/Color_Bash_Prompt
Edit: if you mean the line, as in: the part at the left that connects the first and second prompt line, then: it's a use of special characters. In zsh you could use a snippet like this:
typeset -A altchar
set -A altchar ${(s..)terminfo[acsc]}
PR_SET_CHARSET="%{$terminfo[enacs]%}"
PR_SHIFT_IN="%{$terminfo[smacs]%}"
PR_SHIFT_OUT="%{$terminfo[rmacs]%}"
PR_HBAR=${altchar[q]:--}
PR_ULCORNER=${altchar[l]:--}
PR_LLCORNER=${altchar[m]:--}
PR_LRCORNER=${altchar[j]:--}
PR_URCORNER=${altchar[k]:--}
and in the prompt refer to the corners like:
PS1='${PR_ULCORNER}blahblah
${PR_LLCORNER}blah'
In bash you can achieve the same, but I don't have an example right now. Check here and here.
Last edited by VCoolio (2012-02-07 23:20:29)
Offline
Standard CGA colours:
! Colour Scheme {{{
URxvt.background: #000000
URxvt.foreground: #AAAAAA
! Black
URxvt.color0: #000000
URxvt.color8: #555555
! Red
URxvt.color1: #AA0000
URxvt.color9: #FF5555
! Green
URxvt.color2: #00AA00
URxvt.color10: #55FF55
! Yellow
URxvt.color3: #AA5500
URxvt.color11: #FFFF55
! Blue
URxvt.color4: #0000AA
URxvt.color12: #5555FF
! Magenta
URxvt.color5: #AA00AA
URxvt.color13: #FF55FF
! Cyan
URxvt.color6: #00AAAA
URxvt.color14: #55FFFF
! White
URxvt.color7: #AAAAAA
URxvt.color15: #FFFFFF
! }}}
1-Crawl 2-Cnfg 3-ATF 4-Exit ?
Offline
------------------------------------------
Moderator Edit:
Warning: It has been reported that the links below to kkloud.com may lead to a known malware site. -ewaller
------------------------------------------
Last edited by ewaller (2013-06-05 15:34:10)
Offline
The focus here is readability.
And the hex codes...
! black
urxvt*color: #141414
urxvt*color8: #5C585C
! red
urxvt*color1: #F54E00
urxvt*color9: #FF0000
! green
urxvt*color2: #45ED6F
urxvt*color10: #00FF11
! yellow
urxvt*color3: #C4DE50
urxvt*color11: #DDFF00
! blue
urxvt*color4: #4756F5
urxvt*color12: #002BFF
! magenta
urxvt*color5: #EE69FA
urxvt*color13: #FF00DD
! cyan
urxvt*color6: #6CF7EB
urxvt*color14: #07B099
! white
urxvt*color7: #D6D6D6
urxvt*color15: #FFFFFF
Last edited by wolfcore (2012-03-06 17:12:47)
Offline
Solarized: http://ethanschoonover.com/solarized
Configs: http://kveras.se/public/120304/
Offline
Lovely as these screenies are, they don't need to be so large: please read the image posting guidelines and post thumbs...
Offline
Offline
URxvt.background: #3a3a3a
URxvt.foreground: #f0f0f0
! Black + DarkGrey
URxvt.color0: #000000
URxvt.color8: #727272
! Red
URxvt.color1: #ff7070
URxvt.color9: #ff8d8d
! Green
URxvt.color2: #93ff4f
URxvt.color10: #c8ffa8
! Yellow
URxvt.color3: #eab93d
URxvt.color11: #ffc123
! Blue
URxvt.color4: #3480f0
URxvt.color12: #5090ff
! Mangenta
URxvt.color5: #de5c00
URxvt.color13: #f57900
! Cyan
URxvt.color6: #56cce2
URxvt.color14: #89ddff
! LightGrey + White
URxvt.color7: #d5d5d5
URxvt.color15: #ffffff
I think I might even make it a tad brighter. It's still kinda too contrasty when switching between bright white websites
Offline
Offline
!! terminal colors
*background: #151515
*foreground: #888888
! black
*color0: #292929
*color8: #525252
! red
*color1: #cf6a4c
*color9: #ff9d80
! green
*color2: #99ad6a
*color10: #c3e6ad
! yellow
*color3: #fad07a
*color11: #ffefbf
! blue
*color4: #8197bf
*color12: #accaff
! magenta
*color5: #8787af
*color13: #c4c4ff
! cyan
*color6: #668799
*color14: #80bfaf
! white
*color7: #888888
*color15: #e8e8d3
All configs @ https://github.com/w0ng
Offline
Easy on the eyes without loosing too much contrast.
! Colors
*background: #262626
*foreground: #c2c2b0
! Black + DarkGrey
*color0: #262626
*color8: #73675b
! DarkRed + Red
*color1: #a64211
*color9: #cc5214
! DarkGreen + Green
*color2: #638046
*color10: #80a65b
! DarkYellow + Yellow
*color3: #bf8c25
*color11: #e6a82d
! DarkBlue + Blue
*color4: #4d6d99
*color12: #6088bf
! DarkMangenta + Mangenta
*color5: #996b89
*color13: #bf86ac
! DarkCyan + Cyan
*color6: #6b8e99
*color14: #86b1bf
! LightGrey + White
*color7: #998a7a
*color15: #c2c2b0
Offline
I'm pretty happy with these---expect the yellow, which is meh. They're based off a Vim theme (abbott.vim) that I've been tweaking for a little while. I don't think they're a direct rip-off of anyone else's theme, but I've spent a fair amount of time avoiding homework by looking at neat screenshots on the forum, so my apologies if I accidentally stole someone's colors.
.Xresources:
URxvt.depth: 32
! (default: brown / mint_green)
URxvt.background: #1f1912
URxvt.foreground: #d5fac8
! (black: dark_brown / light_brown)
URxvt.color0: #0a0806
URxvt.color8: #816749
! (red: red / pink)
URxvt.color1: #d80450
URxvt.color9: #ec6c99
! (green: green / lime_green)
URxvt.color2: #76bc20
URxvt.color10: #94d900
! (yellow: orange / yellow)
URxvt.color3: #fbb32f
URxvt.color11: #e5e339
! (blue: blue / pastel_green)
URxvt.color4: #3f91f1
URxvt.color12: #d8ff84
! (magenta: burnt_orange / lavender)
URxvt.color5: #f63f05
URxvt.color13: #e6a2f3
! (cyan: pastel_blue / pastel_blue)
URxvt.color6: #8ccdf0
URxvt.color14: #8ccdf0
! (white: brown / tan)
URxvt.color7: #1f1912
URxvt.color15: #fee3b4
Edit: Made really minor change to cyan.
Last edited by bcat (2012-04-10 22:15:20)
Running Arch on a Dell Studio 1735. xmonad FTW! Dotfiles here.
Want free cloud-based file sharing? Sign up for Dropbox and we both get some bonus storage!
Offline