-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hyper.js
45 lines (38 loc) · 984 Bytes
/
.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
module.exports = {
config: {
updateChannel: 'stable',
cursorColor: '#c7c7c7',
cursorShape: 'UNDERLINE',
cursorBlink: false,
fontSize: 15,
fontFamily: 'Source Code Pro, DejaVu Sans Mono, Consolas, Lucida Console, monospace',
uiFontFamily: 'Source Code Pro, DejaVu Sans Mono, Consolas, Lucida Console, monospace',
colors: {
black: '#000000',
red: '#ff0000',
green: '#33ff00',
yellow: '#ffff00',
blue: '#0066ff',
magenta: '#cc00ff',
cyan: '#00ffff',
white: '#d0d0d0',
lightBlack: '#808080',
lightRed: '#ff0000',
lightGreen: '#33ff00',
lightYellow: '#ffff00',
lightBlue: '#0066ff',
lightMagenta: '#cc00ff',
lightCyan: '#00ffff',
lightWhite: '#ffffff'
},
shell: '',
shellArgs: ['--login'],
env: {},
bell: false,
copyOnSelect: true
},
plugins: [
'hyper-snazzy', 'hypercwd', 'hyper-hide-title',
],
localPlugins: []
};