-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.hyper.js
47 lines (47 loc) · 1009 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
46
47
module.exports = {
config: {
updateChannel: 'stable',
fontSize: 15,
fontFamily: '"SF Mono", "Hack Nerd Font"',
cursorColor: '#72767c',
cursorShape: 'BLOCK',
cursorBlink: false,
foregroundColor: '#F2F2F2',
backgroundColor: '#1A1A1A',
borderColor: '#030303',
css: '',
termCSS: '',
showHamburgerMenu: '',
showWindowControls: '',
hyperTabs: {
trafficButtons: true
},
padding: '10px 30px',
colors: {
black: '#4E4E4E',
red: '#F84E4E',
green: '#4EF8A7',
yellow: '#FFCC47',
blue: '#228CF6',
magenta: '#642FF8',
cyan: '#7B4EF8',
white: '#FFFFFF',
lightBlack: '#4E4E4Es',
lightRed: '#F84E4E',
lightGreen: '#4EF8A7',
lightYellow: '#FFCC47',
lightBlue: '#228CF6',
lightMagenta: '#642FF8',
lightCyan: '#7B4EF8',
lightWhite: '#ffffff'
},
shell: '',
shellArgs: ['--login'],
env: {},
bell: 'SOUND',
copyOnSelect: false
},
plugins: ['hyper-tabs-enhanced', 'hyper-hide-title', 'hyperclean'],
localPlugins: [],
keymaps: {}
};