-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hyper.js
66 lines (65 loc) · 1.48 KB
/
.hyper.js
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
'use strict'
module.exports = {
config: {
updateChannel: 'stable',
fontSize: 13,
fontFamily: '"Source Han Code JP", monospace',
uiFontFamily: '-apple-system, BlinkMacSystemFont',
fontWeight: 'normal',
fontWeightBold: 'bold',
cursorColor: '#f18260',
cursorAccentColor: '#000000',
cursorShape: 'BLOCK',
cursorBlink: true,
foregroundColor: '#dddddd',
backgroundColor: '',
selectionColor: '#656565',
borderColor: '',
css: '',
padding: '8px',
colors: {
black: '#232323',
red: '#c42d29',
green: '#b4d388',
yellow: '#ffd949',
blue: '#92bfbf',
magenta: '#f18260',
cyan: '#92bfbf',
white: '#eeeeee',
lightBlack: '#797979',
lightRed: '#ff2606',
lightGreen: '#cdefa5',
lightYellow: '#ede480',
lightBlue: '#b2eeef',
lightMagenta: '#f49d62',
lightCyan: '#b2eeef',
lightWhite: '#ffffff',
},
shell: '/opt/homebrew/bin/fish',
shellArgs: ['--login'],
env: {},
windowSize: [],
scrollback: 1000,
copyOnSelect: false,
quickEdit: false,
defaultSSHApp: true,
modifierKeys: {},
showHamburgerMenu: false,
showWindowControls: '',
summon: {
hotkey: 'Option+Space',
},
hyperTransparent: {
backgroundColor: '#232323',
opacity: 0.8,
vibrancy: '',
},
},
plugins: [
'hyperterm-summon',
'hyperfull',
'hyperminimal',
'hyper-reorderable-tabs',
'hyper-transparent',
],
}