Skip to content

Instantly share code, notes, and snippets.

@herrherrmann
Created September 7, 2017 23:04
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 herrherrmann/66e8dfe8e40ed2383a122b7f97520f57 to your computer and use it in GitHub Desktop.
Save herrherrmann/66e8dfe8e40ed2383a122b7f97520f57 to your computer and use it in GitHub Desktop.
My hyper config
module.exports = {
config: {
fontSize: 12,
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
cursorColor: '#F81CE5',
foregroundColor: '#fff',
backgroundColor: '#000',
borderColor: '#333',
css: '',
termCSS: '',
padding: '8px 12px',
// color overrides (http://bit.ly/29k1iU2)
colors: [
'#000000',
'#ff0000',
'#33ff00',
'#ffff00',
'#0066ff',
'#cc00ff',
'#00ffff',
'#d0d0d0',
'#808080',
'#ff0000',
'#33ff00',
'#ffff00',
'#0066ff',
'#cc00ff',
'#00ffff',
'#ffffff'
],
workingDirectory: '~/dev',
},
plugins: [
'hypercwd',
'hyperlinks',
'hyper-statusline',
'hyper-tab-icons',
'hyper-working-directory'
],
// in development, you can create a directory under
// `~/.hyperterm_plugins/local/` and include it here
// to load it and avoid it being `npm install`ed
localPlugins: []
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment