0.1.3 • Published 8 years ago

hyperterm-material-theme v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

hypeterm-material-theme

HyperTerm theme inspired on atom-material-ui and atom-material-syntax packages for Atom editor.

Dark Light

Install

Add hyperterm-material-theme to plugins list on your .hyperterm.js file.

// ...
plugins: ['hyperterm-material-theme']
// ...

Configuration

Dark Teal Dark Amber Light Indigo Light Pink

Add materialTheme option with your desired color to tint terminal tabs.

config: {
  // ...
  materialTheme: 'teal'
}

Available colors: amber, blue, blueGrey, brown, cyan, green, grey, indigo, lime, orange, pink, purple, red, and teal.

Also you can choose between dark (default) and light syntax variants by adding materialSyntax.

config: {
  // ...
  materialSyntax: 'light'
}