]>
Commit | Line | Data |
---|---|---|
61396837 RBR |
1 | ! URxvt |
2 | ||
3 | URxvt.depth: 32 | |
4 | URxvt.geometry: 90x30 | |
5 | URxvt.fading: 30 | |
6 | ||
7 | URxvt.loginShell: true | |
8 | URxvt.saveLines: 50 | |
9 | URxvt.internalBorder: 3 | |
10 | URxvt.lineSpace: 0 | |
11 | URxvt.transparent: false | |
12 | ||
13 | ! fonts | |
14 | URxvt.allow_bold: false | |
15 | URxvt*font: xft:DankMono-Regular:pixelsize=16 | |
16 | URxvt*italicFont: xft:DankMono-Italic:pixelsize=16 | |
17 | ||
18 | ! scrollbar | |
19 | URxvt.scrollbarStyle: rxvt | |
20 | URxvt.scrollBar: false | |
21 | ||
22 | ! cursor | |
23 | URxvt.cursorBlink: true | |
24 | URxvt.cursorColor: #c8c7c7 | |
25 | ||
26 | ! pointer | |
27 | URxvt.pointerBlank: true | |
28 | ||
29 | ! rbdr ttheme | |
30 | ! fg / bg | |
31 | URxvt.background: #3e3937 | |
32 | URxvt.foreground: #eeeeee | |
33 | ! black | |
34 | URxvt.color0: #888888 | |
35 | URxvt.color8: #aaaaaa | |
36 | ! red | |
37 | URxvt.color1: #ff004d | |
38 | URxvt.color9: #ff5555 | |
39 | ! green | |
40 | URxvt.color2: #55ff55 | |
41 | URxvt.color10: #83ff83 | |
42 | ! yellow | |
43 | URxvt.color3: #ffec27 | |
44 | URxvt.color11: #ffff55 | |
45 | ! blue | |
46 | URxvt.color4: #5555ff | |
47 | URxvt.color12: #6f6fff | |
48 | ! magenta | |
49 | URxvt.color5: #ff55ff | |
50 | URxvt.color13: #ff82ff | |
51 | ! cyan | |
52 | URxvt.color6: #55ffff | |
53 | URxvt.color14: #77ffff | |
54 | ! white | |
55 | URxvt.color7: #c7c7c7 | |
56 | URxvt.color15: #feffff |