Created
September 7, 2017 23:04
-
-
Save herrherrmann/66e8dfe8e40ed2383a122b7f97520f57 to your computer and use it in GitHub Desktop.
My hyper config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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