blob: 9c9acd9e219c283aefc6333abc738eb887e6779f (
plain)
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
|
! Sensible defaults
XTerm.vt100.locale: false
XTerm.vt100.utf8: true
XTerm.vt100.scrollTtyOutput: false
XTerm.vt100.scrollKey: true
XTerm.vt100.bellIsUrgent: true
XTerm.vt100.metaSendsEscape: true
! Styling
XTerm.vt100.faceName: JetBrains Mono
XTerm.vt100.boldMode: true
XTerm.vt100.faceSize: 9
XTerm.vt100.internalBorder: 0
XTerm.borderWidth: 0
XTerm.vt100.translations: #override \n\
Ctrl Shift <Key>N: scroll-back(1, halfpage) \n\
Ctrl Shift <Key>T: scroll-forw(1, halfpage) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #e6d4a3
*.background: #1e1e1e
*.cursorColor: #bbbbbb
!
! Black
*.color0: #161819
*.color8: #7f7061
!
! Red
*.color1: #f73028
*.color9: #be0f17
!
! Green
*.color2: #aab01e
*.color10: #868715
!
! Yellow
*.color3: #f7b125
*.color11: #cc881a
!
! Blue
*.color4: #719586
*.color12: #377375
!
! Magenta
*.color5: #c77089
*.color13: #a04b73
!
! Cyan
*.color6: #7db669
*.color14: #578e57
!
! White
*.color7: #faefbb
*.color15: #e6d4a3
!
! Bold, Italic, Underline
*.colorBD: #978771
!*.colorIT:
!*.colorUL:
|