Update .hyper.js
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
2135105a1d
commit
399f8e0c59
1 changed files with 34 additions and 24 deletions
58
.hyper.js
58
.hyper.js
|
@ -4,40 +4,50 @@ module.exports = {
|
|||
|
||||
fontFamily: 'Hack, "DejaVu Sans Mono", "Lucida Console", monospace',
|
||||
|
||||
cursorColor: 'rgba(248,28,229,0.75)',
|
||||
cursorColor: 'rgba(55, 59, 65, 0.75)',
|
||||
|
||||
cursorShape: 'BLOCK',
|
||||
|
||||
foregroundColor: '#fff',
|
||||
foregroundColor: '#C5C8C6',
|
||||
|
||||
backgroundColor: '#000',
|
||||
backgroundColor: '#1D1F21',
|
||||
|
||||
borderColor: '#333',
|
||||
borderColor: '#373B41',
|
||||
|
||||
css: '',
|
||||
// Hide the tab bar
|
||||
css: `
|
||||
.header_header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.terms_terms {
|
||||
margin-top: 0;
|
||||
}
|
||||
`,
|
||||
|
||||
termCSS: '',
|
||||
|
||||
padding: '12px 14px',
|
||||
|
||||
colors: {
|
||||
black: '#000000',
|
||||
red: '#ff0000',
|
||||
green: '#33ff00',
|
||||
yellow: '#ffffF0',
|
||||
blue: '#0066ff',
|
||||
magenta: '#cc00ff',
|
||||
cyan: '#00ffff',
|
||||
white: '#d0d0d0',
|
||||
lightBlack: '#808080',
|
||||
lightRed: '#ff0000',
|
||||
lightGreen: '#33ff00',
|
||||
lightYellow: '#ffff00',
|
||||
lightBlue: '#0066ff',
|
||||
lightMagenta: '#cc00ff',
|
||||
lightCyan: '#00ffff',
|
||||
lightWhite: '#ffffff'
|
||||
},
|
||||
colors: [
|
||||
"#1d1f21",
|
||||
"#cc6666",
|
||||
"#b5bd68",
|
||||
"#f0c674",
|
||||
"#81a2be",
|
||||
"#b57880",
|
||||
"#8abeb7",
|
||||
"#282a2e",
|
||||
"#969896",
|
||||
"#cc6666",
|
||||
"#b5bd68",
|
||||
"#f0c674",
|
||||
"#81a2be",
|
||||
"#b57880",
|
||||
"#8abeb7",
|
||||
"#ffffff",
|
||||
"#c5c8c6"
|
||||
],
|
||||
|
||||
shell: '',
|
||||
|
||||
|
@ -56,7 +66,7 @@ module.exports = {
|
|||
},
|
||||
|
||||
plugins: [
|
||||
"hyperterm-tomorrow-night"
|
||||
//"hyperterm-tomorrow-night"
|
||||
],
|
||||
|
||||
// in development, you can create a directory under
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue