blob: b181e33d720bd436dad932d601381b5b8b347ea7 (
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
|
Sxiv.background: #040217
xterm*cursorColor: #C9A6C9
xterm*pointerShape: xterm
xterm*pointerColor: #D52D70
!xterm*pointerColorBackground: #D52D70
xterm*cursorBlink: true
xterm*faceSize: 12
xterm*faceName: wts11
!!! Colors !!!
! special
*.foreground: #ff70ff
*.background: #040217
*.cursorColor: #ff70ff
! black
*.color0: #000000
*.color8: #4d4d4d
! red
*.color1: #ff5555
*.color9: #ff6e67
! green
*.color2: #50fa7b
*.color10: #5af78e
! yellow
*.color3: #f1fa8c
*.color11: #f4f99d
! blue
*.color4: #bd93f9
*.color12: #caa9fa
! magenta
*.color5: #ff79c6
*.color13: #ff92d0
! cyan
*.color6: #8be9fd
*.color14: #9aedfe
! white
*.color7: #bfbfbf
*.color15: #e6e6e6
!!! Colors !!!
*.alpha: 0.8
*.font: monospace:size=11
! Extending Buffer History
XTerm*SaveLines: 9000
xterm*utf8: 1
! select links with triple click & open them with shift
xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
xterm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
xterm*translations: #override Shift <Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY) select-start() select-end()
|