-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources.hulk
124 lines (92 loc) · 3.22 KB
/
.Xresources.hulk
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
! XTerm Hulk theme colors configuration.
! Colors:
xterm*vt100.foreground: #b5b5b5
xterm*vt100.background: #1b1d1e
xterm*vt100.cursorColor: #16b61b
! Black
xterm*vt100.color0: #1b1d1e
xterm*vt100.color8: #505354
! Red
xterm*vt100.color1: #269d1b
xterm*vt100.color9: #8dff2a
! Green
xterm*vt100.color2: #13ce30
xterm*vt100.color10: #48ff77
! Yellow
xterm*vt100.color3: #63e457
xterm*vt100.color11: #3afe16
! Blue
xterm*vt100.color4: #2525f5
xterm*vt100.color12: #506b95
! Magenta
xterm*vt100.color5: #641f74
xterm*vt100.color13: #72589d
! Cyan
xterm*vt100.color6: #378ca9
xterm*vt100.color14: #4085a6
! White
xterm*vt100.color7: #d9d8d1
xterm*vt100.color15: #e5e6e1
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
! Define xterm colors > "xterm-256color, xterm-16color, xterm-mono"
xterm.termName: xterm-16color
! Ensure using UTF-8
! xterm.vt100.locale: true
! Force UTF-8
xterm.vt100.locate: false
xterm.vt100.utf8: true
! Set default xterm window size:
xterm*vt100.geometry: 80x24
! Initial font size (ctrl+right click VT fonts menu > 0:default 1:unreadable 2:tiny 3:small 4:medium 5:large 6:huge 7:enormous):
xterm*vt100.initialFont: 0
! Enable/Disable TrueType fonts:
xterm*vt100.renderFont: false
! Default font and size:
xterm*vt100.faceName: DejaVu Sans Mono
xterm*vt100.faceSize: 12
! Chinese fonts:
xterm*vt100.faceNameDoublesize: AR PL UMing HK
! Enable Right-side scrollbar:
xterm*vt100.ScrollBar: true
xterm*vt100.rightScrollBar: true
xterm*vt100.leftScrollBar: false
xterm.vt100.scrollbar.width: 15
! Scrollbacks:
xterm*vt100.savelines: 16384
! Stop output to terminal from jumping down to bottom of scroll again:
xterm*vt100.scrollTtyOutput: false
! Cursor blink enable:
xterm*vt100.cursorBlink: true
! Enable clipboard:
xterm*vt100.selectToClipboard: true
! Double-click to select whole word and URLs:
xterm*vt100.charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
! Right Click for paste instead of middle button / Ctrl-C to copy, Ctrl-V to paste / Ctrl-M to maximize, Ctrl-R to restore terminal window
xterm*vt100.translations: #override \n\
~Ctrl ~Meta <Btn3Down>: ignore() \n\
Meta <Btn3Down>: clear-saved-lines() \n\
~Ctrl ~Meta <Btn3Up>: insert-selection(SELECT, CUT_BUFFER0) \n\
~Ctrl ~Meta <Btn2Down>: start-extend() \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl <Key>M: maximize() \n\
Ctrl <Key>R: restore() \n\
! Enable <Alt> key combination:
xterm*vt100.metaSendsEscape: true
! Make <Alt> work:
xterm*vt100.eightBitInput: false
xterm*vt100.eightBitOutput: true
! Fix backspace key
xterm.vt100.backarrowKey: false
xterm.ttyModes: erase ^?
! Every shell is a login shell by default (for inclusion of all necessary environment variables):
xterm*vt100.loginshell: true
! Specifies the number of pixels between the characters and the window border. The default is 2.
xterm*vt100.internalBorder: 2
! ##############################################################
! "xrdb -query > current_X_resources" --> view current X resources
! "xrdb -load ~/.Xresources" --> load and replace old entries
! "xrdb -merge ~/.Xresources" --> merges with any existing X resources