blob: d9b278e73decb8814e6a2134ceda129a1c4e8568 (
plain)
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
|
! use xft for drawing fonts
urxvt.font: xft:Inconsolata-9
urxvt.background: black
urxvt.foreground: white
! make a scrollbar that's nearly black
urxvt*scrollBar: true
urxvt*scrollBar_floating: true
urxvt*scrollBar_right: false
urxvt*scrollColor: #202020
urxvt*termName: xterm
urxvt*urllauncher: iceweasel
! matcher.button # 3 is a right-click
urxvt*matcher.button: 3
urxvt*saveLines: 16384
urxvt.perl-ext-common: default,matcher,tabbed
! black
urxvt*color0: #222222
urxvt*color8: #666666
! red
urxvt*color1: #AA0000
urxvt*color9: #FF5555
! green
urxvt*color2: #00AA00
urxvt*color10: #55FF55
! yellow
urxvt*color3: #AA5500
urxvt*color11: #ffff99
! blue
urxvt*color4: #0000AA
urxvt*color12: #6666FF
! magenta
urxvt*color5: #993399
urxvt*color13: #ff99ff
! cyan
urxvt*color6: #00AAAA
urxvt*color14: #55FFFF
! white
urxvt*color7: #AAAAAA
urxvt*color15: #FFFFFF
urxvt*cursorColor: #d8d8d8
urxvt*geometry: 110x38
aterm*background: black
aterm*foreground: grey
aterm*borderColor: white
aterm*geometry: 110x38
aterm*saveLines: 1024
aterm*scrollBar: false
aterm*font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*
aterm*boldFont: -misc-fixed-bold-r-normal-*-12-*-*-*-*-*-*-*
XTerm*background: black
XTerm*foreground: grey
XTerm*borderColor: white
XTerm*geometry: 110x36
XTerm*font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*
XLock.mode: blank
XLock.font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*
|