Update .hyper.js

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-10-28 22:04:56 +02:00
parent 2135105a1d
commit 399f8e0c59

View file

@ -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',
// Hide the tab bar
css: `
.header_header {
display: none;
}
css: '',
.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