Skip to content

Instantly share code, notes, and snippets.

@asachs01
Last active July 16, 2018 21:17
Show Gist options
  • Save asachs01/f9a864ae4c799b70b85e6ec31bab3ec1 to your computer and use it in GitHub Desktop.
Save asachs01/f9a864ae4c799b70b85e6ec31bab3ec1 to your computer and use it in GitHub Desktop.
My hyperterm settings.
module.exports = {
config: {
updateChannel: 'canary',
fontSize: 14,
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
cursorColor: 'rgba(248,28,229,0.8)',
cursorShape: 'BEAM',
fontWeight: '200',
fontWeightBold: 'bold',
cursorBlink: true,
foregroundColor: '#fff',
backgroundColor: '#000',
css: '',
showHamburgerMenu: 'true',
showWindowControls: 'true',
padding: '12px 14px',
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'
},
syncSettings: {
quiet: false,
accelerators: {
checkForUpdates: 'Ctrl+8'
}
},
shell: 'ubuntu1804.exe',
shellArgs: [],
env: {},
bell: false,
copyOnSelect: true
},
plugins: [
'hyper-sync-settings',
'hyper-pane',
"hyper-arc-dark-controls",
"hyperterm-atom-dark"
],
localPlugins: [],
keymaps: {
// Example
// 'window:devtools': 'cmd+alt+o',
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment