Hyper theme inspired by a galaxy far far away...
Based on An Old Hope - a splendid atom syntax theme by Jesse Leite
Open the ~/.hyper.js file (on Mac you can simply press Cmd+,) and go to the plugins section and add
plugins: ['an-old-hype']to the plugins array.
- Transparent background - Opacity can be customized
- Visible divider - lets you see where tiled terminals begin and end
- 6 theme styles to choose from
vaderyodathreePOr2luke(default)falcon
You can customize the background opacity and the style as well as the active tab marker.
To do so, provide a themeSettings object in the config property of your ~/.hyper.js:
config: {
...
// Customize the theme
themeSettings: {
// Do not make background transparent (default is 0.6)
opacity: 1,
// Switch from luke's orange uniform to master yoda (check the available styles above)
style: 'yoda',
// Change the character that mars a tab active
tabActiveMarker: '💁'
},
...
}oh-my-zsh with the pure prompt and Hasklig font
