-
Notifications
You must be signed in to change notification settings - Fork 6
/
.Xresources
62 lines (47 loc) · 1.11 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
! vim:ft=xdefaults:
Xft.dpi: 192
Xft.autohint: 0
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.antialias: 1
Xft.rgba: rgb
Xcursor.size: 42
Xcursor.theme: default
XTerm*termName: xterm-16color
XTerm*geometry: 48x10
XTerm*internalBorder: 90
XTerm*borderWidth: 0
XTerm*utf8: true
XTerm*scrollBar: false
XTerm*cursorBlink: true
XTerm*selectToClipboard: true
XTerm*trimSelection: true
XTerm*renderFont: true
XTerm*wideChars: true
XTerm*visualBell: false
XTerm.vt100.translations: #override \n\
Shift Ctrl <KeyPress> v:insert-selection(CLIPBOARD) \n\
Shift Ctrl <KeyPress> c:select-set(CLIPBOARD)
! pixelsize is relative to screen resolution, size is relative to DPI.
XTerm*faceName: xft:monospace:pixelsize=30
*font: xft:monospace:pixelsize=30
*foreground: #b2bebf
*background: #1e282c
*cursorColor: #b2bebf
*color0: #1e282c
*color8: #566166
*color1: #b56666
*color9: #b56666
*color2: #779687
*color10: #779687
*color3: #b98675
*color11: #b98675
*color4: #5e828f
*color12: #5e828f
*color5: #b48291
*color13: #b48291
*color6: #7ab1b3
*color14: #7ab1b3
*color7: #b2bebf
*color15: #b2bebf