-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.xresources
More file actions
executable file
·77 lines (63 loc) · 1.67 KB
/
Copy path.xresources
File metadata and controls
executable file
·77 lines (63 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
!xrdb ~/.xresources
! xterm
xterm*locale: true
xterm*termName: xterm-256color
xterm*title: xterm-256
xterm*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
xterm*geometry: +0+0
!xterm*scrollBar: true
!xterm*rightScrollBar: true
!xterm*scrollbar.width: 8
! scrollback
xterm*savelines: 5000
xterm*foreground: #ffffff
xterm*background: #3a3a3a
xterm*cursorColor: #ffffff
xterm*renderFont: true
xterm*faceName: xft:Mononoki Nerd Font
!xft:JoyPixels:size=12
!xft:Monospace:style=Medium:size=12
xterm*faceSize: 12
xterm*utf8: 2
xterm*selectToClipboard:true
! Every shell is a login shell by default (for inclusion of all necessary environment variables)
xterm*loginshell: true
! double-click to select whole URLs :D
xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
xterm.vt100.translations: #override \n\
Ctrl <Key> s: smaller-vt-font() \n\
Ctrl <Key> S: larger-vt-font() \n\
Shift Ctrl<Key>V: insert-selection(CLIPBOARD) \n\
Shift Ctrl<Key>V: insert-selection(PRIMARY) \n\
Shift<Btn1Down>: select-start() \n\
Shift<Btn1Motion>: select-extend() \n\
Shift<Btn1Up>: select-end(CLIPBOARD) \n\
! colors
!! special
!*.foreground: #dde1de
!*.background: #4a4a4a
!*.cursorColor: #dde1de
!! black
*.color0: #282a2e
*.color8: #373b41
!! red
*.color1: #a54242
*.color9: #cc6666
!! green
*.color2: #8c9440
*.color10: #b5bd68
!! yellow
*.color3: #de935f
*.color11: #f0c674
!! blue
*.color4: #5f819d
*.color12: #81a2be
!! magenta
*.color5: #85678f
*.color13: #b294bb
!! cyan
*.color6: #5e8d87
*.color14: #8abeb7
!! white
*.color7: #707880
*.color15: #c5c8c6