Skip to content

Instantly share code, notes, and snippets.

@matthieuh
Last active December 8, 2017 10:00
Show Gist options
  • Save matthieuh/8b3e0a8306fad71e7f00e43a96874575 to your computer and use it in GitHub Desktop.
Save matthieuh/8b3e0a8306fad71e7f00e43a96874575 to your computer and use it in GitHub Desktop.
Hyper Config
module.exports = {
plugins: [
"hyper-snazzy",
"hyper-hide-title",
"hyper-tabs-enhanced",
"hyper-sync-settings"
],
config: {
fontSize: 15,
// fontFamily: '"Menlo-Regular"',
hyperTabs: {
border: true,
tabIconsColored: true
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment