diff --git a/.hyper.js b/.hyper.js index 292c854..6f6671b 100644 --- a/.hyper.js +++ b/.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', + + // 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