-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.Xdefaults
More file actions
47 lines (44 loc) · 1.37 KB
/
.Xdefaults
File metadata and controls
47 lines (44 loc) · 1.37 KB
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
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 32767
xterm*scrollTtyKeypress: true
xterm*scrollTtyOutput: false
xterm*scrollBar: false
xterm*loginShell: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
xterm*geometry: 100x30
xterm*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
xterm*faceName: Fantasque
xterm*faceSize: 10
! Color theme
xterm*color0: #2d283f
xterm*color1: #ed2261
xterm*color2: #1fa91b
xterm*color3: #8ddc20
xterm*color4: #487df4
xterm*color5: #8d35c9
xterm*color6: #3bdeed
xterm*color7: #9e9ea0
xterm*color8: #59516a
xterm*color9: #f0729a
xterm*color10: #53aa5e
xterm*color11: #b2dc87
xterm*color12: #a9bcec
xterm*color13: #ad81c2
xterm*color14: #9de3eb
xterm*color15: #a288f7
xterm*colorBD: #9f87ff
xterm*colorIT: #9f87ff
xterm*colorUL: #9f87ff
xterm*foreground: #9F9FA1
xterm*background: #171423
xterm*cursorColor: #a288f7
XTerm*vt100.translations: #override \
Shift <KeyPress> Up: scroll-back(1, line) \n\
Shift <KeyPress> Down: scroll-forw(1, line) \n\
Shift <KeyPress> Insert: string(0x1b) string(0x5b) string(2;2~) \n\
Ctrl Shift <KeyPress> C: select-end(PRIMARY,CLIPBOARD,CUT_BUFFER0) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD, CUT_BUFFER0, PRIMARY)