guest@dotshare [~/groups/shells/bash] $ ls Xresources-B-P-M-O/ | cat

~/.Xresources (B-P-M-O) (scrot, raw, dl)

krax Nov 19, 2011 (shells/bash)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Xcursor.theme:  DMZ-White
! Xft settings ---------------------------------------------------------------

Xft.dpi:        96
Xft.antialias:  true
Xft.rgba:       rgb
Xft.hinting:    true
Xft.hintstyle:  hintslight
Xft.lcdfilter:  lcddefault
Xft.autohint:   true

!urxvt*perl-ext: default,tabbedex,matcher,kuake,clipboard
!urxvt*perl-ext: default,tabbedex,clipboard,kuake
urxvt*perl-ext: default,tabbedex,clipboard-osc,remote-clipboard

urxvt*scrollBar: True
urxvt*saveLines: 3200
urxvt.font: xft:terminus:style=Regular:size=9
urxvt.boldFont: xft:terminus:style=Bold:size=9
urxvt*geometry: 100x26

!urxvt*background: Black
urxvt.underlineColor: yellow
!urxvt*foreground: #BBBBBB
urxvt.cursorBlink: true
urxvt.cursorColor: #BBBBBB
!urxvt.tabbed.tabbar-fg: 8
!urxvt.tabbed.tabbar-bg: 0
!urxvt.tabbed.tab-fg:    10
!urxvt.tabbed.tab-bg:    0
urxvt.urlLauncher: /usr/bin/swiftfox
urxvt.matcher.button:   1
urxvt.transparent: true
urxvt.shading: 25
urxvt.fading: 25

urxvt*internalBorder: 4
urxvt*keysym.0xFF50:    \033[1~
urxvt*keysym.0xFF57:    \033[4~
urxvt*borderLess: false
 

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

CLICK TO VIEW

x

Notes

a Blue purple milky orange theme. 2nd nice

Comments

gorgatron said about 12 years ago

Could you post your bashrc?