forked from adam8157/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
65 lines (55 loc) · 1.43 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
61
62
63
64
65
! x config
Xft.rgba: rgb
Xft.hinting: true
Xft.antialias: true
Xcursor.theme: DMZ-White
Xft.hintstyle: hintslight
! xterm config
! general settings
xterm*termName: xterm-256color
xterm*geometry: 80x24
xterm*saveLines: 1024
xterm*scrollBar: false
xterm*loginshell: false
xterm*background: black
xterm*foreground: gray
xterm*cursorBlink: false
xterm*bellIsUrgent: true
! fonts and encoding
xterm*utf8: true
xterm*locale: true
xterm*utf8Title: true
xterm*renderFont: true
xterm*scaleHeight: 1.1
xterm*preeditType: Root
xterm*xftAntialias: true
xterm*faceName: DejaVu Sans Mono:pixelsize=14
xterm*faceNameDoublesize: WenQuanYi Zen Hei Mono:pixelsize=14
! trim trailing spaces
xterm*trimSelection: true
! fix alt-key inputting
xterm*eightBitInput: false
xterm*metaSendsEscape: true
! copy and paste with clipboard
xterm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! allow selecting email/url by double-click
xterm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
! tango color scheme
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