Skip to content

Instantly share code, notes, and snippets.

@MichaelStett
Created March 17, 2020 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelStett/42a0889af64ffe7d12ce0766c2342841 to your computer and use it in GitHub Desktop.
Save MichaelStett/42a0889af64ffe7d12ce0766c2342841 to your computer and use it in GitHub Desktop.
Hyper settings
module.exports = {
config: {
fontSize: 16,
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
cursorColor: 'rgba(248,28,229,0.8)',
cursorShape: 'BLOCK',
cursorBlink: false,
foregroundColor: '#fff',
backgroundColor: '#000',
borderColor: '#333',
css: '',
termCSS: '',
showHamburgerMenu: 'true',
showWindowControls: 'true',
padding: '0.5em 1em 2em 1em',
colors: {
black: '#000000',
red: '#ff0000',
green: '#33ff00',
yellow: '#ffff00',
blue: '#0066ff',
magenta: '#cc00ff',
cyan: '#00ffff',
white: '#d0d0d0',
lightBlack: '#808080',
lightRed: '#ff0000',
lightGreen: '#33ff00',
lightYellow: '#ffff00',
lightBlue: '#0066ff',
lightMagenta: '#cc00ff',
lightCyan: '#00ffff',
lightWhite: '#ffffff'
},
shell: 'C:\\Program Files\\Git\\git-cmd.exe',
shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
env: { TERM: 'cygwin' },
bell: 'false',
copyOnSelect: false,
webGLRenderer: true,
hyperline: {
plugins: [
"cpu",
"memory",
"network",
"battery",
]
}
},
plugins: [
`hyperterm-mild-dark`,
`hyperline`
],
localPlugins: []
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment