-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.Xresources
60 lines (54 loc) · 1.3 KB
/
.Xresources
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
!----------X配置----------
Xft.dpi: 96
Xft.rgba: rgb
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.antialias: 1
!----------Xterm配置----------
!外观
xterm*termName: xterm-256color
xterm*geometry: 80x24
xterm*scrollBar: false
xterm*loginshell: false
xterm*background: #2E3436
xterm*foreground: #D3D7CF
xterm*cursorBlink: true
xterm*cursorOffTime: 600
xterm*cursorOnTime: 600
XTerm*visualBell: false
!语言和字体
xterm*utf8: 1
xterm*locale: true
xterm*utf8Title: true
xterm*renderFont: true
xterm*preeditType: Root
xterm*xftAntialias: true
xterm*faceName: Inconsolata
xterm*faceNameDoublesize: WenQuanYi MicroHei Mono
xterm*faceSize: 16
!tango颜色搭配
xterm*color0: #1e1e1e
xterm*color1: #cc0000
xterm*color2: #4e9a06
xterm*color3: #c4a000
xterm*color4: #3465a4
xterm*color5: #75507b
xterm*color6: #0b939b
xterm*color7: #d3d7cf
xterm*color8: #555753
xterm*color9: #ef2929
xterm*color10: #8ae234
xterm*color11: #fce94f
xterm*color12: #729fcf
xterm*color13: #ad7fa8
xterm*color14: #00f5e9
xterm*color15: #eeeeec
!修复alt键
xterm*eightBitInput: false
xterm*metaSendsEscape: true
!修复shift中英文切换
xterm*VT100*translations: #override \n\
Shift <KeyRelease>:insert-seven-bit()
!粘贴
xterm*VT100.Translations: #override \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD,PRIMARY,CUT_BUFFER0)