More generic code.
[~madcoder/dotfiles.git] / Xresources
1 Xft.dpi: 75
2
3 /* XTerm */
4 *VT100*font:    -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
5 *VT100*font2:   -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
6 *VT100*font3:   -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
7 *VT100*font4:   -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
8 *VT100*font5:   -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
9 *VT100*font6:   -xos4-terminus-medium-r-normal-*-*-*-*-*-c-*-iso10646-1
10
11 *metaSendsEscape: true
12
13 *VT100*boldColors: true
14 *VT100*boldMode: false
15 *VT100*colorBDMode: true
16
17 *VT100*foreground: rgb:bb/bb/bb
18 *VT100*background: rgb:0/0/0f
19
20 *VT100*color0: rgb:0/0/0
21 *VT100*color1: rgb:b2/18/18
22 *VT100*color2: rgb:18/b2/18
23 *VT100*color3: rgb:b2/68/18
24 *VT100*color4: rgb:30/30/b0
25 *VT100*color5: rgb:b2/18/b2
26 *VT100*color6: rgb:18/b2/b2
27 *VT100*color7: rgb:b2/b2/b2
28 *VT100*color8: rgb:68/68/68
29 *VT100*color9: rgb:ff/54/54
30 *VT100*color10: rgb:54/ff/54
31 *VT100*color11: rgb:ff/ff/54
32 *VT100*color12: rgb:5c/80/ff
33 *VT100*color13: rgb:ff/54/ff
34 *VT100*color14: rgb:54/ff/ff
35 *VT100*color15: rgb:ff/ff/ff
36
37 *charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
38
39 URxvt.cutchars: "`\"'()*,;<>[]{|}"
40 URxvt.font:             -xos4-terminus-*-r-*-*-*-*-*-*-*-*-iso10646-*
41 URxvt.boldFfont:        -xos4-terminus-*-r-*-*-*-*-*-*-*-*-iso10646-*
42 URxvt.color0: rgb:0/0/0
43 URxvt.color1: rgb:b2/18/18
44 URxvt.color2: rgb:18/b2/18
45 URxvt.color3: rgb:b2/68/18
46 URxvt.color4: rgb:30/30/b0
47 URxvt.color5: rgb:b2/18/b2
48 URxvt.color6: rgb:18/b2/b2
49 URxvt.color7: rgb:b2/b2/b2
50 URxvt.color8: rgb:68/68/68
51 URxvt.color9: rgb:ff/54/54
52 URxvt.color10: rgb:54/ff/54
53 URxvt.color11: rgb:ff/ff/54
54 URxvt.color12: rgb:5c/80/ff
55 URxvt.color13: rgb:ff/54/ff
56 URxvt.color14: rgb:54/ff/ff
57 URxvt.color15: rgb:ff/ff/ff
58 URxvt.foreground: rgb:bb/bb/bb
59 URxvt.background: rgb:0/0/0f
60 URxvt.colorBD: white
61 URxvt.intensityStyles: true
62
63 URxvt.borderLess: false
64 URxvt.perl-ext: default
65
66 URxvt.reverseVideo: false
67 URxvt.scrollstyle: plain
68 URxvt.scrollBar: false
69 URxvt.scrollTtyOutput: false
70 URxvt.scrollWithBuffer: false
71 URxvt.scrollTtyKeypress: true
72 URxvt.saveLines: 20000
73 URxvt.insecure: true
74 URxvt.meta8: false
75 URxvt.mouseWheelScrollPage: false
76
77 URxvt.cursorColor:  rgb:bb/bb/bb
78 URxvt.pointerColor: rgb:bb/bb/bb
79 URxvt.secondaryScroll: true
80 URxvt.urgentOnBell: true
81