Skip to content

Instantly share code, notes, and snippets.

@mike-engel
Created September 27, 2017 03:15
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 mike-engel/0fcc34f787fa7875e91faf36ea19d67a to your computer and use it in GitHub Desktop.
Save mike-engel/0fcc34f787fa7875e91faf36ea19d67a to your computer and use it in GitHub Desktop.
module.exports = {
config: {
fontSize: 12,
fontFamily: "'Source Code Pro for Powerline', 'Source Code Pro', 'Input', 'Menlo', 'Consolas', Monospace",
cursorColor: '#F81CE5',
cursorShape: 'BLOCK',
foregroundColor: '#fff',
backgroundColor: '#000',
borderColor: '#333',
css: '',
termCSS: '',
padding: '12px 14px',
colors: [
'#000000',
'#ff0000',
'#33ff00',
'#ffff00',
'#0066ff',
'#cc00ff',
'#00ffff',
'#d0d0d0',
'#808080',
'#ff0000',
'#33ff00',
'#ffff00',
'#0066ff',
'#cc00ff',
'#00ffff',
'#ffffff'
],
shell: '/usr/local/bin/fish'
},
plugins: [
'hyper-base16-ocean-dark',
'hyperlinks',
'hypercwd',
'hyper-statusline',
'hyperterm-1password'
],
localPlugins: [
// 'hyper-base16-ocean-dark'
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment