]>
Commit | Line | Data |
---|---|---|
ea655c49 | 1 | ! --------------------------- |
61396837 | 2 | ! URxvt |
ea655c49 | 3 | ! --------------------------- |
ad7a214d | 4 | Xft.dpi: 140 |
ea655c49 RBR |
5 | Xft.antialias: false |
6 | Xft.rgba: rgb | |
7 | Xft.hinting: true | |
8 | Xft.hintstyle: hintslight | |
9 | ||
10 | ! --------------------------- | |
11 | ! URxvt | |
12 | ! --------------------------- | |
61396837 RBR |
13 | |
14 | URxvt.depth: 32 | |
15 | URxvt.geometry: 90x30 | |
16 | URxvt.fading: 30 | |
17 | ||
18 | URxvt.loginShell: true | |
19 | URxvt.saveLines: 50 | |
20 | URxvt.internalBorder: 3 | |
21 | URxvt.lineSpace: 0 | |
22 | URxvt.transparent: false | |
23 | ||
24 | ! fonts | |
25 | URxvt.allow_bold: false | |
ad7a214d RBR |
26 | *.font: xft:Input Mono:style=Light:size=11 |
27 | *.boldFont: xft:Input Mono:style=Medium:size=11 | |
28 | *.italicFont: xft:Input Mono:style=Light Italic:size=11 | |
29 | *.boldItalicFont: xft:Input Mono:style=Medium Italic:size=11 | |
61396837 RBR |
30 | |
31 | ! scrollbar | |
32 | URxvt.scrollbarStyle: rxvt | |
33 | URxvt.scrollBar: false | |
34 | ||
35 | ! cursor | |
36 | URxvt.cursorBlink: true | |
37 | URxvt.cursorColor: #c8c7c7 | |
38 | ||
39 | ! pointer | |
40 | URxvt.pointerBlank: true | |
41 | ||
ea655c49 | 42 | ! rbdr theme |
61396837 RBR |
43 | ! fg / bg |
44 | URxvt.background: #3e3937 | |
45 | URxvt.foreground: #eeeeee | |
46 | ! black | |
47 | URxvt.color0: #888888 | |
48 | URxvt.color8: #aaaaaa | |
49 | ! red | |
50 | URxvt.color1: #ff004d | |
51 | URxvt.color9: #ff5555 | |
52 | ! green | |
53 | URxvt.color2: #55ff55 | |
54 | URxvt.color10: #83ff83 | |
55 | ! yellow | |
56 | URxvt.color3: #ffec27 | |
57 | URxvt.color11: #ffff55 | |
58 | ! blue | |
59 | URxvt.color4: #5555ff | |
60 | URxvt.color12: #6f6fff | |
61 | ! magenta | |
62 | URxvt.color5: #ff55ff | |
63 | URxvt.color13: #ff82ff | |
64 | ! cyan | |
65 | URxvt.color6: #55ffff | |
66 | URxvt.color14: #77ffff | |
67 | ! white | |
68 | URxvt.color7: #c7c7c7 | |
69 | URxvt.color15: #feffff | |
8503727a RBR |
70 | |
71 | URxvt.keysym.Shift-Control-V: eval:paste_clipboard | |
72 | URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard |