Hyper v1.0 fixes

main
Steffen Rademacker 8 years ago
parent 70e48de9b0
commit d478c3908f

@ -40,15 +40,10 @@ module.exports = {
font-weight: 500;
}
.hyperterm_main {
.hyper_main {
border: 0;
border-radius: 0;
}
.splitpane_divider {
background: #85678f !important;
border-color: #1d1f21 !important;
}
`,
// custom css to embed in the terminal window
@ -58,17 +53,10 @@ module.exports = {
-webkit-font-smoothing: subpixel-antialiased !important;
}
}
`,
// plugins config
hyperclean: {
hideTabs: true,
hideFirstTabBorder: true
}
`
},
plugins: [
'hyperclean',
'hyperterm-1password'
]

Loading…
Cancel
Save