|
@@ -0,0 +1,72 @@
|
|
1
|
+! window properties
|
|
2
|
+URxvt.geometry: 90x30
|
|
3
|
+URxvt.preeditType: OvertheSpot
|
|
4
|
+URxvt.borderLess: false
|
|
5
|
+URxvt.buffered: true
|
|
6
|
+
|
|
7
|
+! colors
|
|
8
|
+URxvt.reverseVideo: false
|
|
9
|
+URxvt.background: black
|
|
10
|
+URxvt.foreground: #DDDDDD
|
|
11
|
+URxvt.colorBD: yellow
|
|
12
|
+URxvt.colorUL: white
|
|
13
|
+URxvt.color0: #000000
|
|
14
|
+URxvt.color1: #EE0000
|
|
15
|
+URxvt.color2: #4E9A06
|
|
16
|
+URxvt.color3: #C4A000
|
|
17
|
+URxvt.color4: #3465A4
|
|
18
|
+URxvt.color5: #75507B
|
|
19
|
+URxvt.color6: #34E2E2
|
|
20
|
+URxvt.color7: #D3D7CF
|
|
21
|
+URxvt.color8: #555753
|
|
22
|
+URxvt.color9: #EF4B4B
|
|
23
|
+URxvt.color10: #8AE234
|
|
24
|
+URxvt.color11: #FCE94F
|
|
25
|
+URxvt.color12: #729FCF
|
|
26
|
+URxvt.color13: #AD7FA8
|
|
27
|
+URxvt.color14: #34E2E2
|
|
28
|
+URxvt.color15: #EEEEEC
|
|
29
|
+URxvt.cursorColor: #888888
|
|
30
|
+URxvt.cursorColor2: #FFFFFF
|
|
31
|
+
|
|
32
|
+! transparency
|
|
33
|
+URxvt.inheritPixmap: true
|
|
34
|
+URxvt.tintCddolor: red
|
|
35
|
+URxvt.shading: 25
|
|
36
|
+URxvt.depth: 32
|
|
37
|
+URxvt.fading: 30
|
|
38
|
+URxvt.visualBell: false
|
|
39
|
+URxvt.mouseWheelScrollPage: false
|
|
40
|
+URxvt.tripleclickwords: true
|
|
41
|
+URxvt.hold: false
|
|
42
|
+
|
|
43
|
+! scroll set
|
|
44
|
+URxvt.scrollBar: true
|
|
45
|
+URxvt.scrollBar_right: true
|
|
46
|
+URxvt.scrollBar_floating: true
|
|
47
|
+URxvt.scrollstyle: plain
|
|
48
|
+URxvt.scrollWithBuffer: true
|
|
49
|
+URxvt.saveLines: 32767
|
|
50
|
+
|
|
51
|
+! font
|
|
52
|
+URxvt.font: xft:Dejavu Sans Mono:pixelsize=11:antialias=false,xft:WenQuanYi Bitmap Song:pixelsize=11:antialias=false
|
|
53
|
+URxvt.boldFont: xft:Dejavu Sans Mono:pixelsize=11:style=Bold:antialias=false,xft:WenQuanYi Bitmap Song:pixelsize=11:style=Bold:antialias=false
|
|
54
|
+
|
|
55
|
+! Input Method
|
|
56
|
+URxvt.inputMethod: fcitx
|
|
57
|
+URxvt.imFont: WenQuanYi Bitmap Song
|
|
58
|
+URxvt.imLocale: zh_CN.UTF-8
|
|
59
|
+URxvt.override-redirect: false
|
|
60
|
+
|
|
61
|
+URxvt.cursorUnderline: false
|
|
62
|
+URxvt.cursorBlink: true
|
|
63
|
+URxvt.pointerBlank: false
|
|
64
|
+URxvt.pointerBlankDelay: 999999999
|
|
65
|
+
|
|
66
|
+! extensions
|
|
67
|
+URxvt.perl-ext-common: default,tabbed,selection
|
|
68
|
+URxvt.tabbed.tab-fg: 10
|
|
69
|
+URxvt.tabbed.tab-bg: 0
|
|
70
|
+URxvt.tabbed.tabbar-fg: 4
|
|
71
|
+URxvt.urlLauncher: www-browser
|
|
72
|
+URxvt.matcher.button: 1
|